Shades of Olive Green #C2BC52
Tints of Olive Green #C2BC52
RGB
CMYK
RGB Variations
Color information
#C2BC52 (or 0xC2BC52) is known color: Olive Green. HEX triplet: C2, BC and 52. RGB value is (194,188,82). Sum of RGB (Red+Green+Blue) = 194+188+82=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 188 (73.83% from 255 or 40.52% from 464); Blue value is 82 (32.42% from 255 or 17.67% from 464); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BC52 is #3D43AD. Grayscale: #B2B2B2. Windows color (decimal): -4015022 or 5422274. OLE color: 5422274.
HSL color Cylindrical-coordinate representation of color #C2BC52: hue angle of 56.79º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C2BC52 is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 188 | 82 | - |
| CMYK | 0 | 0.03 | 0.58 | 0.24 |
| HSL | 56.79º | 0.48% | 0.54% | - |
| HSV(B) | 56.79º | 0.58% | 0.76% | - |
| XYZ | 41.75 | 48.04 | 15.06 | - |
| YUV | 177.71 | 73.99 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 188 | 82 | 0 | 0.03 | 0.58 | 0.24 | 56.79 | 0.48 | 0.54 |
| Hex | C2 | BC | 52 | 0 | 3 | 3A | 18 | 39 | 30 | 36 |
| Octal | 302 | 274 | 122 | 0 | 3 | 72 | 30 | 71 | 60 | 66 |
| Binary | 11000010 | 10111100 | 1010010 | 0 | 11 | 111010 | 11000 | 111001 | 110000 | 110110 |
Color Harmonies of #C2BC52
Complementary color
Monochromatic Colors of #C2BC52
Black with #C2BC52
Text Example
Text Example
White with #C2BC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BC52; }
p { color: rgb(194,188,82); }
H1.HeaderClassName
{
color: #C2BC52;
}
.AnyTagClassName
{
color: #C2BC52;
}
</style>
background-color css
<style>
a { background-color: #C2BC52; }
a { background-color: rgb(194,188,82); }
div.DivClassName
{
background-color: #C2BC52;
}
.BgClassName
{
background-color: #C2BC52;
}
</style>
border-color css
<style>
span { border-color: #C2BC52; }
span { border-color: rgb(194,188,82); }
td.TdClassName
{
border-color: #C2BC52;
}
.TagClassName
{
border-color: #C2BC52;
}
</style>