Shades of Olive Green #C4BD51
Tints of Olive Green #C4BD51
RGB
CMYK
RGB Variations
Color information
#C4BD51 (or 0xC4BD51) is known color: 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
| RGB | 196 | 189 | 81 | - |
| CMYK | 0 | 0.04 | 0.59 | 0.23 |
| HSL | 56.35º | 0.49% | 0.54% | - |
| HSV(B) | 56.35º | 0.59% | 0.77% | - |
| XYZ | 42.45 | 48.73 | 14.95 | - |
| YUV | 178.78 | 72.82 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 189 | 81 | 0 | 0.04 | 0.59 | 0.23 | 56.35 | 0.49 | 0.54 |
| Hex | C4 | BD | 51 | 0 | 4 | 3B | 17 | 38 | 31 | 36 |
| Octal | 304 | 275 | 121 | 0 | 4 | 73 | 27 | 70 | 61 | 66 |
| Binary | 11000100 | 10111101 | 1010001 | 0 | 100 | 111011 | 10111 | 111000 | 110001 | 110110 |
Color Harmonies of #C4BD51
Complementary color
Monochromatic Colors of #C4BD51
Black with #C4BD51
Text Example
Text Example
White with #C4BD51
Text Example
Text Example
HTML Codes & Css Web 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>