Shades of Olive Green #C5BF55
Tints of Olive Green #C5BF55
RGB
CMYK
RGB Variations
Color information
#C5BF55 (or 0xC5BF55) is known color: Olive Green. HEX triplet: C5, BF and 55. RGB value is (197,191,85). Sum of RGB (Red+Green+Blue) = 197+191+85=473 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.65% from 473); Green value is 191 (75% from 255 or 40.38% from 473); Blue value is 85 (33.59% from 255 or 17.97% from 473); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BF55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BF55 is #3A40AA. Grayscale: #B5B5B5. Windows color (decimal): -3817643 or 5619653. OLE color: 5619653.
HSL color Cylindrical-coordinate representation of color #C5BF55: hue angle of 56.79º 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 #C5BF55 is Cyan = 0, Magento = 0.03, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 191 | 85 | - |
| CMYK | 0 | 0.03 | 0.57 | 0.23 |
| HSL | 56.79º | 0.49% | 0.55% | - |
| HSV(B) | 56.79º | 0.57% | 0.77% | - |
| XYZ | 43.3 | 49.79 | 15.92 | - |
| YUV | 180.71 | 73.99 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 191 | 85 | 0 | 0.03 | 0.57 | 0.23 | 56.79 | 0.49 | 0.55 |
| Hex | C5 | BF | 55 | 0 | 3 | 39 | 17 | 39 | 31 | 37 |
| Octal | 305 | 277 | 125 | 0 | 3 | 71 | 27 | 71 | 61 | 67 |
| Binary | 11000101 | 10111111 | 1010101 | 0 | 11 | 111001 | 10111 | 111001 | 110001 | 110111 |
Color Harmonies of #C5BF55
Complementary color
Monochromatic Colors of #C5BF55
Black with #C5BF55
Text Example
Text Example
White with #C5BF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BF55; }
p { color: rgb(197,191,85); }
H1.HeaderClassName
{
color: #C5BF55;
}
.AnyTagClassName
{
color: #C5BF55;
}
</style>
background-color css
<style>
a { background-color: #C5BF55; }
a { background-color: rgb(197,191,85); }
div.DivClassName
{
background-color: #C5BF55;
}
.BgClassName
{
background-color: #C5BF55;
}
</style>
border-color css
<style>
span { border-color: #C5BF55; }
span { border-color: rgb(197,191,85); }
td.TdClassName
{
border-color: #C5BF55;
}
.TagClassName
{
border-color: #C5BF55;
}
</style>