#C4BC5B

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

Shades of Olive Green #C4BC5B

Tints of Olive Green #C4BC5B

Color information

#C4BC5B (or 0xC4BC5B) is unknown color: approx Olive Green. HEX triplet: C4, BC and 5B. RGB value is (196,188,91). Sum of RGB (Red+Green+Blue) = 196+188+91=475 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.26% from 475); Green value is 188 (73.83% from 255 or 39.58% from 475); Blue value is 91 (35.94% from 255 or 19.16% from 475); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BC5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BC5B is #3B43A4. Grayscale: #B3B3B3. Windows color (decimal): -3883941 or 6012100. OLE color: 6012100.

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

Color convert

RGB19618891-
CMYK00.040.540.23
HSL55.43º47.09%56.27%-
HSV(B)55.43º53.57%76.86%-
XYZ42.6448.4617-
YUV179.3378.15139.89-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.26%
GREEN value IS 188 (73.83% from 255) = 39.58%
BLUE value IS 91 (35.94% from 255) = 19.16%
R=41.26%
G=39.58%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.54
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961889100.040.540.2355.4347.0956.27
HexC4BC5B043617372f38
Octal304274133046627675770
Binary11000100101111001011011010011011010111110111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BC5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BC5B; }

 p { color: rgb(196,188,91); }

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

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

 a { background-color: rgb(196,188,91); }

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

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

 span { border-color: rgb(196,188,91); }

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