Shades of Olive Green #C2BC58
Tints of Olive Green #C2BC58
RGB
CMYK
RGB Variations
Color information
#C2BC58 (or 0xC2BC58) is known color: Olive Green. HEX triplet: C2, BC and 58. RGB value is (194,188,88). Sum of RGB (Red+Green+Blue) = 194+188+88=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 188 (73.83% from 255 or 40% from 470); Blue value is 88 (34.77% from 255 or 18.72% from 470); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BC58 is #3D43A7. Grayscale: #B2B2B2. Windows color (decimal): -4015016 or 5815490. OLE color: 5815490.
HSL color Cylindrical-coordinate representation of color #C2BC58: hue angle of 56.6º degrees, saturation: 0.46, 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 #C2BC58 is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 188 | 88 | - |
| CMYK | 0 | 0.03 | 0.55 | 0.24 |
| HSL | 56.6º | 0.46% | 0.55% | - |
| HSV(B) | 56.6º | 0.55% | 0.76% | - |
| XYZ | 41.99 | 48.14 | 16.31 | - |
| YUV | 178.39 | 76.99 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 188 | 88 | 0 | 0.03 | 0.55 | 0.24 | 56.6 | 0.46 | 0.55 |
| Hex | C2 | BC | 58 | 0 | 3 | 37 | 18 | 39 | 2E | 37 |
| Octal | 302 | 274 | 130 | 0 | 3 | 67 | 30 | 71 | 56 | 67 |
| Binary | 11000010 | 10111100 | 1011000 | 0 | 11 | 110111 | 11000 | 111001 | 101110 | 110111 |
Color Harmonies of #C2BC58
Complementary color
Monochromatic Colors of #C2BC58
Black with #C2BC58
Text Example
Text Example
White with #C2BC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BC58; }
p { color: rgb(194,188,88); }
H1.HeaderClassName
{
color: #C2BC58;
}
.AnyTagClassName
{
color: #C2BC58;
}
</style>
background-color css
<style>
a { background-color: #C2BC58; }
a { background-color: rgb(194,188,88); }
div.DivClassName
{
background-color: #C2BC58;
}
.BgClassName
{
background-color: #C2BC58;
}
</style>
border-color css
<style>
span { border-color: #C2BC58; }
span { border-color: rgb(194,188,88); }
td.TdClassName
{
border-color: #C2BC58;
}
.TagClassName
{
border-color: #C2BC58;
}
</style>