#C4B856

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

Shades of Olive Green #C4B856

Tints of Olive Green #C4B856

Color information

#C4B856 (or 0xC4B856) is unknown color: approx Olive Green. HEX triplet: C4, B8 and 56. RGB value is (196,184,86). Sum of RGB (Red+Green+Blue) = 196+184+86=466 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.06% from 466); Green value is 184 (72.27% from 255 or 39.48% from 466); Blue value is 86 (33.98% from 255 or 18.45% from 466); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B856 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B856 is #3B47A9. Grayscale: #B0B0B0. Windows color (decimal): -3884970 or 5683396. OLE color: 5683396.

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

Color convert

RGB19618486-
CMYK00.060.560.23
HSL53.45º48.25%55.29%-
HSV(B)53.45º56.12%76.86%-
XYZ41.5946.6915.62-
YUV176.4276.98141.97-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.06%
GREEN value IS 184 (72.27% from 255) = 39.48%
BLUE value IS 86 (33.98% from 255) = 18.45%
R=42.06%
G=39.48%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961848600.060.560.2353.4548.2555.29
HexC4B856063817353037
Octal304270126067027656067
Binary11000100101110001010110011011100010111110101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B856; }

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

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

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

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

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

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

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

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