Shades of Olive Green #C5BB55
Tints of Olive Green #C5BB55
RGB
CMYK
RGB Variations
Color information
#C5BB55 (or 0xC5BB55) is known color: Olive Green. HEX triplet: C5, BB and 55. RGB value is (197,187,85). Sum of RGB (Red+Green+Blue) = 197+187+85=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 187 (73.44% from 255 or 39.87% from 469); Blue value is 85 (33.59% from 255 or 18.12% from 469); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BB55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BB55 is #3A44AA. Grayscale: #B2B2B2. Windows color (decimal): -3818667 or 5618629. OLE color: 5618629.
HSL color Cylindrical-coordinate representation of color #C5BB55: hue angle of 54.64º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C5BB55 is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 187 | 85 | - |
| CMYK | 0 | 0.05 | 0.57 | 0.23 |
| HSL | 54.64º | 0.49% | 0.55% | - |
| HSV(B) | 54.64º | 0.57% | 0.77% | - |
| XYZ | 42.44 | 48.07 | 15.64 | - |
| YUV | 178.36 | 75.31 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 187 | 85 | 0 | 0.05 | 0.57 | 0.23 | 54.64 | 0.49 | 0.55 |
| Hex | C5 | BB | 55 | 0 | 5 | 39 | 17 | 37 | 31 | 37 |
| Octal | 305 | 273 | 125 | 0 | 5 | 71 | 27 | 67 | 61 | 67 |
| Binary | 11000101 | 10111011 | 1010101 | 0 | 101 | 111001 | 10111 | 110111 | 110001 | 110111 |
Color Harmonies of #C5BB55
Complementary color
Monochromatic Colors of #C5BB55
Black with #C5BB55
Text Example
Text Example
White with #C5BB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BB55; }
p { color: rgb(197,187,85); }
H1.HeaderClassName
{
color: #C5BB55;
}
.AnyTagClassName
{
color: #C5BB55;
}
</style>
background-color css
<style>
a { background-color: #C5BB55; }
a { background-color: rgb(197,187,85); }
div.DivClassName
{
background-color: #C5BB55;
}
.BgClassName
{
background-color: #C5BB55;
}
</style>
border-color css
<style>
span { border-color: #C5BB55; }
span { border-color: rgb(197,187,85); }
td.TdClassName
{
border-color: #C5BB55;
}
.TagClassName
{
border-color: #C5BB55;
}
</style>