Shades of Olive Green #C6BE52
Tints of Olive Green #C6BE52
RGB
CMYK
RGB Variations
Color information
#C6BE52 (or 0xC6BE52) is known color: Olive Green. HEX triplet: C6, BE and 52. RGB value is (198,190,82). Sum of RGB (Red+Green+Blue) = 198+190+82=470 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.13% from 470); Green value is 190 (74.61% from 255 or 40.43% from 470); Blue value is 82 (32.42% from 255 or 17.45% from 470); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BE52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BE52 is #3941AD. Grayscale: #B4B4B4. Windows color (decimal): -3752366 or 5422790. OLE color: 5422790.
HSL color Cylindrical-coordinate representation of color #C6BE52: hue angle of 55.86º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C6BE52 is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 190 | 82 | - |
| CMYK | 0 | 0.04 | 0.59 | 0.22 |
| HSL | 55.86º | 0.5% | 0.55% | - |
| HSV(B) | 55.86º | 0.59% | 0.78% | - |
| XYZ | 43.23 | 49.44 | 15.25 | - |
| YUV | 180.08 | 72.65 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 190 | 82 | 0 | 0.04 | 0.59 | 0.22 | 55.86 | 0.5 | 0.55 |
| Hex | C6 | BE | 52 | 0 | 4 | 3B | 16 | 38 | 32 | 37 |
| Octal | 306 | 276 | 122 | 0 | 4 | 73 | 26 | 70 | 62 | 67 |
| Binary | 11000110 | 10111110 | 1010010 | 0 | 100 | 111011 | 10110 | 111000 | 110010 | 110111 |
Color Harmonies of #C6BE52
Complementary color
Monochromatic Colors of #C6BE52
Black with #C6BE52
Text Example
Text Example
White with #C6BE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BE52; }
p { color: rgb(198,190,82); }
H1.HeaderClassName
{
color: #C6BE52;
}
.AnyTagClassName
{
color: #C6BE52;
}
</style>
background-color css
<style>
a { background-color: #C6BE52; }
a { background-color: rgb(198,190,82); }
div.DivClassName
{
background-color: #C6BE52;
}
.BgClassName
{
background-color: #C6BE52;
}
</style>
border-color css
<style>
span { border-color: #C6BE52; }
span { border-color: rgb(198,190,82); }
td.TdClassName
{
border-color: #C6BE52;
}
.TagClassName
{
border-color: #C6BE52;
}
</style>