#C4BC51

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

Shades of Olive Green #C4BC51

Tints of Olive Green #C4BC51

Color information

#C4BC51 (or 0xC4BC51) is unknown color: approx Olive Green. HEX triplet: C4, BC and 51. RGB value is (196,188,81). Sum of RGB (Red+Green+Blue) = 196+188+81=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 81 (32.03% from 255 or 17.42% from 465); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BC51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BC51 is #3B43AE. Grayscale: #B2B2B2. Windows color (decimal): -3883951 or 5356740. OLE color: 5356740.

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

Color convert

RGB19618881-
CMYK00.040.590.23
HSL55.83º49.36%54.31%-
HSV(B)55.83º58.67%76.86%-
XYZ42.2348.314.88-
YUV178.1973.15140.7-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.15%
GREEN value IS 188 (73.83% from 255) = 40.43%
BLUE value IS 81 (32.03% from 255) = 17.42%
R=42.15%
G=40.43%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.59
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961888100.040.590.2355.8349.3654.31
HexC4BC51043B17383136
Octal304274121047327706166
Binary11000100101111001010001010011101110111111000110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BC51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BC51; }

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

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

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

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

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

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

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

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