#C4BB56

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

Shades of Olive Green #C4BB56

Tints of Olive Green #C4BB56

Color information

#C4BB56 (or 0xC4BB56) is unknown color: approx Olive Green. HEX triplet: C4, BB and 56. RGB value is (196,187,86). Sum of RGB (Red+Green+Blue) = 196+187+86=469 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.79% from 469); Green value is 187 (73.44% from 255 or 39.87% from 469); Blue value is 86 (33.98% from 255 or 18.34% from 469); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BB56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BB56 is #3B44A9. Grayscale: #B2B2B2. Windows color (decimal): -3884202 or 5684164. OLE color: 5684164.

HSL color Cylindrical-coordinate representation of color #C4BB56: hue angle of 55.09º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C4BB56 is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.23.

Color convert

RGB19618786-
CMYK00.050.560.23
HSL55.09º48.25%55.29%-
HSV(B)55.09º56.12%76.86%-
XYZ42.2147.9515.83-
YUV178.1875.98140.71-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.79%
GREEN value IS 187 (73.44% from 255) = 39.87%
BLUE value IS 86 (33.98% from 255) = 18.34%
R=41.79%
G=39.87%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961878600.050.560.2355.0948.2555.29
HexC4BB56053817373037
Octal304273126057027676067
Binary11000100101110111010110010111100010111110111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BB56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BB56; }

 p { color: rgb(196,187,86); }

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

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

 a { background-color: rgb(196,187,86); }

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

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

 span { border-color: rgb(196,187,86); }

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