#C4BA56

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

Shades of Olive Green #C4BA56

Tints of Olive Green #C4BA56

Color information

#C4BA56 (or 0xC4BA56) is unknown color: approx Olive Green. HEX triplet: C4, BA and 56. RGB value is (196,186,86). Sum of RGB (Red+Green+Blue) = 196+186+86=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 186 (73.05% from 255 or 39.74% from 468); Blue value is 86 (33.98% from 255 or 18.38% from 468); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BA56 is #3B45A9. Grayscale: #B2B2B2. Windows color (decimal): -3884458 or 5683908. OLE color: 5683908.

HSL color Cylindrical-coordinate representation of color #C4BA56: hue angle of 54.55º 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 #C4BA56 is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.23.

Color convert

RGB19618686-
CMYK00.050.560.23
HSL54.55º48.25%55.29%-
HSV(B)54.55º56.12%76.86%-
XYZ4247.5315.76-
YUV177.5976.31141.13-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.88%
GREEN value IS 186 (73.05% from 255) = 39.74%
BLUE value IS 86 (33.98% from 255) = 18.38%
R=41.88%
G=39.74%
B=18.38%

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
Decimal1961868600.050.560.2354.5548.2555.29
HexC4BA56053817373037
Octal304272126057027676067
Binary11000100101110101010110010111100010111110111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BA56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BA56; }

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

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

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

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

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

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

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

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