#C4B858

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

Shades of Olive Green #C4B858

Tints of Olive Green #C4B858

Color information

#C4B858 (or 0xC4B858) is unknown color: approx Olive Green. HEX triplet: C4, B8 and 58. RGB value is (196,184,88). Sum of RGB (Red+Green+Blue) = 196+184+88=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 184 (72.27% from 255 or 39.32% from 468); Blue value is 88 (34.77% from 255 or 18.80% from 468); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B858 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B858 is #3B47A7. Grayscale: #B1B1B1. Windows color (decimal): -3884968 or 5814468. OLE color: 5814468.

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

Color convert

RGB19618488-
CMYK00.060.550.23
HSL53.33º47.79%55.69%-
HSV(B)53.33º55.1%76.86%-
XYZ41.6746.7216.05-
YUV176.6477.98141.81-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.88%
GREEN value IS 184 (72.27% from 255) = 39.32%
BLUE value IS 88 (34.77% from 255) = 18.80%
R=41.88%
G=39.32%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.55
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961848800.060.550.2353.3347.7955.69
HexC4B858063717353038
Octal304270130066727656070
Binary11000100101110001011000011011011110111110101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B858; }

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

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

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

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

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

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

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

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