#b2b04c

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

Shades of Olive Green #B2B04C

Tints of Olive Green #B2B04C

Color information

#B2B04C (or 0xB2B04C) is unknown color: approx Olive Green. HEX triplet: B2, B0 and 4C. RGB value is (178,176,76). Sum of RGB (Red+Green+Blue) = 178+176+76=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 176 (69.14% from 255 or 40.93% from 430); Blue value is 76 (30.08% from 255 or 17.67% from 430); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B04C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2B04C is #4D4FB3. Grayscale: #A5A5A5. Windows color (decimal): -5066676 or 5025970. OLE color: 5025970.

HSL color Cylindrical-coordinate representation of color #B2B04C: hue angle of 58.82º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B2B04C is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.30.

Color convert

RGB17817676-
CMYK00.010.570.30
HSL58.82º40.16%49.8%-
HSV(B)58.82º57.3%69.8%-
XYZ35.1941.0412.9-
YUV165.277.66137.13-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.40%
GREEN value IS 176 (69.14% from 255) = 40.93%
BLUE value IS 76 (30.08% from 255) = 17.67%
R=41.40%
G=40.93%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.57
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781767600.010.570.3058.8240.1649.8
HexB2B04C01391E3b2832
Octal262260114017136735062
Binary101100101011000010011000111100111110111011101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2b04c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2b04c; }

 p { color: rgb(178,176,76); }

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

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

 a { background-color: rgb(178,176,76); }

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

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

 span { border-color: rgb(178,176,76); }

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