#BEBB52

Color #BEBB52 Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Green #BEBB52

Tints of Olive Green #BEBB52

Color information

#BEBB52 (or 0xBEBB52) is unknown color: approx Olive Green. HEX triplet: BE, BB and 52. RGB value is (190,187,82). Sum of RGB (Red+Green+Blue) = 190+187+82=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 187 (73.44% from 255 or 40.74% from 459); Blue value is 82 (32.42% from 255 or 17.86% from 459); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBB52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBB52 is #4144AD. Grayscale: #B0B0B0. Windows color (decimal): -4277422 or 5422014. OLE color: 5422014.

HSL color Cylindrical-coordinate representation of color #BEBB52: hue angle of 58.33º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BEBB52 is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB19018782-
CMYK00.020.570.25
HSL58.33º45.38%53.33%-
HSV(B)58.33º56.84%74.51%-
XYZ40.5347.114.94-
YUV175.9374.99138.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 41.39%
GREEN value IS 187 (73.44% from 255) = 40.74%
BLUE value IS 82 (32.42% from 255) = 17.86%
R=41.39%
G=40.74%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901878200.020.570.2558.3345.3853.33
HexBEBB520239193a2d35
Octal276273122027131725565
Binary1011111010111011101001001011100111001111010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBB52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBB52; }

 p { color: rgb(190,187,82); }

 H1.HeaderClassName
 {
   color: #BEBB52;
 }
 .AnyTagClassName
 {
   color: #BEBB52;
 }
</style>
background-color css

<style>
 a { background-color: #BEBB52; }

 a { background-color: rgb(190,187,82); }

 div.DivClassName
 {
   background-color: #BEBB52;
 }
 .BgClassName
 {
   background-color: #BEBB52;
 }
</style>
border-color css

<style>
 span { border-color: #BEBB52; }

 span { border-color: rgb(190,187,82); }

 td.TdClassName
 {
   border-color: #BEBB52;
 }
 .TagClassName
 {
   border-color: #BEBB52;
 }
</style>