Shades of Olive Green #C2BF55
Tints of Olive Green #C2BF55
RGB
CMYK
RGB Variations
Color information
#C2BF55 (or 0xC2BF55) is known color: Olive Green. HEX triplet: C2, BF and 55. RGB value is (194,191,85). Sum of RGB (Red+Green+Blue) = 194+191+85=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 191 (75% from 255 or 40.64% from 470); Blue value is 85 (33.59% from 255 or 18.09% from 470); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BF55 is #3D40AA. Grayscale: #B4B4B4. Windows color (decimal): -4014251 or 5619650. OLE color: 5619650.
HSL color Cylindrical-coordinate representation of color #C2BF55: hue angle of 58.35º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C2BF55 is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 191 | 85 | - |
| CMYK | 0 | 0.02 | 0.56 | 0.24 |
| HSL | 58.35º | 0.47% | 0.55% | - |
| HSV(B) | 58.35º | 0.56% | 0.76% | - |
| XYZ | 42.52 | 49.39 | 15.89 | - |
| YUV | 179.81 | 74.49 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 191 | 85 | 0 | 0.02 | 0.56 | 0.24 | 58.35 | 0.47 | 0.55 |
| Hex | C2 | BF | 55 | 0 | 2 | 38 | 18 | 3A | 2F | 37 |
| Octal | 302 | 277 | 125 | 0 | 2 | 70 | 30 | 72 | 57 | 67 |
| Binary | 11000010 | 10111111 | 1010101 | 0 | 10 | 111000 | 11000 | 111010 | 101111 | 110111 |
Color Harmonies of #C2BF55
Complementary color
Monochromatic Colors of #C2BF55
Black with #C2BF55
Text Example
Text Example
White with #C2BF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BF55; }
p { color: rgb(194,191,85); }
H1.HeaderClassName
{
color: #C2BF55;
}
.AnyTagClassName
{
color: #C2BF55;
}
</style>
background-color css
<style>
a { background-color: #C2BF55; }
a { background-color: rgb(194,191,85); }
div.DivClassName
{
background-color: #C2BF55;
}
.BgClassName
{
background-color: #C2BF55;
}
</style>
border-color css
<style>
span { border-color: #C2BF55; }
span { border-color: rgb(194,191,85); }
td.TdClassName
{
border-color: #C2BF55;
}
.TagClassName
{
border-color: #C2BF55;
}
</style>