Shades of Olive Green #C2BD54
Tints of Olive Green #C2BD54
RGB
CMYK
RGB Variations
Color information
#C2BD54 (or 0xC2BD54) is known color: Olive Green. HEX triplet: C2, BD and 54. RGB value is (194,189,84). Sum of RGB (Red+Green+Blue) = 194+189+84=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 189 (74.22% from 255 or 40.47% from 467); Blue value is 84 (33.20% from 255 or 17.99% from 467); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BD54 is #3D42AB. Grayscale: #B2B2B2. Windows color (decimal): -4014764 or 5553602. OLE color: 5553602.
HSL color Cylindrical-coordinate representation of color #C2BD54: hue angle of 57.27º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C2BD54 is Cyan = 0, Magento = 0.03, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 189 | 84 | - |
| CMYK | 0 | 0.03 | 0.57 | 0.24 |
| HSL | 57.27º | 0.47% | 0.55% | - |
| HSV(B) | 57.27º | 0.57% | 0.76% | - |
| XYZ | 42.05 | 48.5 | 15.53 | - |
| YUV | 178.53 | 74.66 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 189 | 84 | 0 | 0.03 | 0.57 | 0.24 | 57.27 | 0.47 | 0.55 |
| Hex | C2 | BD | 54 | 0 | 3 | 39 | 18 | 39 | 2F | 37 |
| Octal | 302 | 275 | 124 | 0 | 3 | 71 | 30 | 71 | 57 | 67 |
| Binary | 11000010 | 10111101 | 1010100 | 0 | 11 | 111001 | 11000 | 111001 | 101111 | 110111 |
Color Harmonies of #C2BD54
Complementary color
Monochromatic Colors of #C2BD54
Black with #C2BD54
Text Example
Text Example
White with #C2BD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BD54; }
p { color: rgb(194,189,84); }
H1.HeaderClassName
{
color: #C2BD54;
}
.AnyTagClassName
{
color: #C2BD54;
}
</style>
background-color css
<style>
a { background-color: #C2BD54; }
a { background-color: rgb(194,189,84); }
div.DivClassName
{
background-color: #C2BD54;
}
.BgClassName
{
background-color: #C2BD54;
}
</style>
border-color css
<style>
span { border-color: #C2BD54; }
span { border-color: rgb(194,189,84); }
td.TdClassName
{
border-color: #C2BD54;
}
.TagClassName
{
border-color: #C2BD54;
}
</style>