#C4BD51

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

Shades of Olive Green #C4BD51

Tints of Olive Green #C4BD51

Color information

#C4BD51 (or 0xC4BD51) is unknown color: approx Olive Green. HEX triplet: C4, BD and 51. RGB value is (196,189,81). Sum of RGB (Red+Green+Blue) = 196+189+81=466 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.06% from 466); Green value is 189 (74.22% from 255 or 40.56% from 466); Blue value is 81 (32.03% from 255 or 17.38% from 466); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BD51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BD51 is #3B42AE. Grayscale: #B3B3B3. Windows color (decimal): -3883695 or 5356996. OLE color: 5356996.

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

Color convert

RGB19618981-
CMYK00.040.590.23
HSL56.35º49.36%54.31%-
HSV(B)56.35º58.67%76.86%-
XYZ42.4548.7314.95-
YUV178.7872.82140.28-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.06%
GREEN value IS 189 (74.22% from 255) = 40.56%
BLUE value IS 81 (32.03% from 255) = 17.38%
R=42.06%
G=40.56%
B=17.38%

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
Decimal1961898100.040.590.2356.3549.3654.31
HexC4BD51043B17383136
Octal304275121047327706166
Binary11000100101111011010001010011101110111111000110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BD51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BD51; }

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

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

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

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

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

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

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

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