Shades of Olive Green #C4BB53
Tints of Olive Green #C4BB53
RGB
CMYK
RGB Variations
Color information
#C4BB53 (or 0xC4BB53) is known color: Olive Green. HEX triplet: C4, BB and 53. RGB value is (196,187,83). Sum of RGB (Red+Green+Blue) = 196+187+83=466 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.06% from 466); Green value is 187 (73.44% from 255 or 40.13% from 466); Blue value is 83 (32.81% from 255 or 17.81% from 466); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BB53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BB53 is #3B44AC. Grayscale: #B2B2B2. Windows color (decimal): -3884205 or 5487556. OLE color: 5487556.
HSL color Cylindrical-coordinate representation of color #C4BB53: hue angle of 55.22º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C4BB53 is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 187 | 83 | - |
| CMYK | 0 | 0.05 | 0.58 | 0.23 |
| HSL | 55.22º | 0.49% | 0.55% | - |
| HSV(B) | 55.22º | 0.58% | 0.77% | - |
| XYZ | 42.1 | 47.9 | 15.21 | - |
| YUV | 177.84 | 74.48 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 187 | 83 | 0 | 0.05 | 0.58 | 0.23 | 55.22 | 0.49 | 0.55 |
| Hex | C4 | BB | 53 | 0 | 5 | 3A | 17 | 37 | 31 | 37 |
| Octal | 304 | 273 | 123 | 0 | 5 | 72 | 27 | 67 | 61 | 67 |
| Binary | 11000100 | 10111011 | 1010011 | 0 | 101 | 111010 | 10111 | 110111 | 110001 | 110111 |
Color Harmonies of #C4BB53
Complementary color
Monochromatic Colors of #C4BB53
Black with #C4BB53
Text Example
Text Example
White with #C4BB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BB53; }
p { color: rgb(196,187,83); }
H1.HeaderClassName
{
color: #C4BB53;
}
.AnyTagClassName
{
color: #C4BB53;
}
</style>
background-color css
<style>
a { background-color: #C4BB53; }
a { background-color: rgb(196,187,83); }
div.DivClassName
{
background-color: #C4BB53;
}
.BgClassName
{
background-color: #C4BB53;
}
</style>
border-color css
<style>
span { border-color: #C4BB53; }
span { border-color: rgb(196,187,83); }
td.TdClassName
{
border-color: #C4BB53;
}
.TagClassName
{
border-color: #C4BB53;
}
</style>