Shades of Olive Green #C3BB57
Tints of Olive Green #C3BB57
RGB
CMYK
RGB Variations
Color information
#C3BB57 (or 0xC3BB57) is known color: Olive Green. HEX triplet: C3, BB and 57. RGB value is (195,187,87). Sum of RGB (Red+Green+Blue) = 195+187+87=469 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.58% from 469); Green value is 187 (73.44% from 255 or 39.87% from 469); Blue value is 87 (34.38% from 255 or 18.55% from 469); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BB57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BB57 is #3C44A8. Grayscale: #B2B2B2. Windows color (decimal): -3949737 or 5749699. OLE color: 5749699.
HSL color Cylindrical-coordinate representation of color #C3BB57: hue angle of 55.56º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C3BB57 is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 187 | 87 | - |
| CMYK | 0 | 0.04 | 0.55 | 0.24 |
| HSL | 55.56º | 0.47% | 0.55% | - |
| HSV(B) | 55.56º | 0.55% | 0.76% | - |
| XYZ | 42 | 47.83 | 16.04 | - |
| YUV | 177.99 | 76.65 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 187 | 87 | 0 | 0.04 | 0.55 | 0.24 | 55.56 | 0.47 | 0.55 |
| Hex | C3 | BB | 57 | 0 | 4 | 37 | 18 | 38 | 2F | 37 |
| Octal | 303 | 273 | 127 | 0 | 4 | 67 | 30 | 70 | 57 | 67 |
| Binary | 11000011 | 10111011 | 1010111 | 0 | 100 | 110111 | 11000 | 111000 | 101111 | 110111 |
Color Harmonies of #C3BB57
Complementary color
Monochromatic Colors of #C3BB57
Black with #C3BB57
Text Example
Text Example
White with #C3BB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BB57; }
p { color: rgb(195,187,87); }
H1.HeaderClassName
{
color: #C3BB57;
}
.AnyTagClassName
{
color: #C3BB57;
}
</style>
background-color css
<style>
a { background-color: #C3BB57; }
a { background-color: rgb(195,187,87); }
div.DivClassName
{
background-color: #C3BB57;
}
.BgClassName
{
background-color: #C3BB57;
}
</style>
border-color css
<style>
span { border-color: #C3BB57; }
span { border-color: rgb(195,187,87); }
td.TdClassName
{
border-color: #C3BB57;
}
.TagClassName
{
border-color: #C3BB57;
}
</style>