Shades of Olive Green #C3BC52
Tints of Olive Green #C3BC52
RGB
CMYK
RGB Variations
Color information
#C3BC52 (or 0xC3BC52) is known color: Olive Green. HEX triplet: C3, BC and 52. RGB value is (195,188,82). Sum of RGB (Red+Green+Blue) = 195+188+82=465 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.94% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 82 (32.42% from 255 or 17.63% from 465); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BC52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BC52 is #3C43AD. Grayscale: #B2B2B2. Windows color (decimal): -3949486 or 5422275. OLE color: 5422275.
HSL color Cylindrical-coordinate representation of color #C3BC52: hue angle of 56.28º 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 #C3BC52 is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 188 | 82 | - |
| CMYK | 0 | 0.04 | 0.58 | 0.24 |
| HSL | 56.28º | 0.48% | 0.54% | - |
| HSV(B) | 56.28º | 0.58% | 0.76% | - |
| XYZ | 42.01 | 48.18 | 15.07 | - |
| YUV | 178.01 | 73.82 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 188 | 82 | 0 | 0.04 | 0.58 | 0.24 | 56.28 | 0.48 | 0.54 |
| Hex | C3 | BC | 52 | 0 | 4 | 3A | 18 | 38 | 30 | 36 |
| Octal | 303 | 274 | 122 | 0 | 4 | 72 | 30 | 70 | 60 | 66 |
| Binary | 11000011 | 10111100 | 1010010 | 0 | 100 | 111010 | 11000 | 111000 | 110000 | 110110 |
Color Harmonies of #C3BC52
Complementary color
Monochromatic Colors of #C3BC52
Black with #C3BC52
Text Example
Text Example
White with #C3BC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BC52; }
p { color: rgb(195,188,82); }
H1.HeaderClassName
{
color: #C3BC52;
}
.AnyTagClassName
{
color: #C3BC52;
}
</style>
background-color css
<style>
a { background-color: #C3BC52; }
a { background-color: rgb(195,188,82); }
div.DivClassName
{
background-color: #C3BC52;
}
.BgClassName
{
background-color: #C3BC52;
}
</style>
border-color css
<style>
span { border-color: #C3BC52; }
span { border-color: rgb(195,188,82); }
td.TdClassName
{
border-color: #C3BC52;
}
.TagClassName
{
border-color: #C3BC52;
}
</style>