#C4BB59

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

Shades of Olive Green #C4BB59

Tints of Olive Green #C4BB59

Color information

#C4BB59 (or 0xC4BB59) is unknown color: approx Olive Green. HEX triplet: C4, BB and 59. RGB value is (196,187,89). Sum of RGB (Red+Green+Blue) = 196+187+89=472 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.53% from 472); Green value is 187 (73.44% from 255 or 39.62% from 472); Blue value is 89 (35.16% from 255 or 18.86% from 472); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BB59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BB59 is #3B44A6. Grayscale: #B2B2B2. Windows color (decimal): -3884199 or 5880772. OLE color: 5880772.

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

Color convert

RGB19618789-
CMYK00.050.550.23
HSL54.95º47.56%55.88%-
HSV(B)54.95º54.59%76.86%-
XYZ42.344816.48-
YUV178.5277.48140.47-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.53%
GREEN value IS 187 (73.44% from 255) = 39.62%
BLUE value IS 89 (35.16% from 255) = 18.86%
R=41.53%
G=39.62%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.55
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961878900.050.550.2354.9547.5655.88
HexC4BB59053717373038
Octal304273131056727676070
Binary11000100101110111011001010111011110111110111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BB59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BB59; }

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

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

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

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

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

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

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

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