Shades of Olive Green #C0B65A
Tints of Olive Green #C0B65A
RGB
CMYK
RGB Variations
Color information
#C0B65A (or 0xC0B65A) is known color: Olive Green. HEX triplet: C0, B6 and 5A. RGB value is (192,182,90). Sum of RGB (Red+Green+Blue) = 192+182+90=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 182 (71.48% from 255 or 39.22% from 464); Blue value is 90 (35.55% from 255 or 19.40% from 464); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B65A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B65A is #3F49A5. Grayscale: #AEAEAE. Windows color (decimal): -4147622 or 5945024. OLE color: 5945024.
HSL color Cylindrical-coordinate representation of color #C0B65A: hue angle of 54.12º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C0B65A is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 182 | 90 | - |
| CMYK | 0 | 0.05 | 0.53 | 0.25 |
| HSL | 54.12º | 0.45% | 0.55% | - |
| HSV(B) | 54.12º | 0.53% | 0.75% | - |
| XYZ | 40.31 | 45.4 | 16.31 | - |
| YUV | 174.5 | 80.31 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 182 | 90 | 0 | 0.05 | 0.53 | 0.25 | 54.12 | 0.45 | 0.55 |
| Hex | C0 | B6 | 5A | 0 | 5 | 35 | 19 | 36 | 2D | 37 |
| Octal | 300 | 266 | 132 | 0 | 5 | 65 | 31 | 66 | 55 | 67 |
| Binary | 11000000 | 10110110 | 1011010 | 0 | 101 | 110101 | 11001 | 110110 | 101101 | 110111 |
Color Harmonies of #C0B65A
Complementary color
Monochromatic Colors of #C0B65A
Black with #C0B65A
Text Example
Text Example
White with #C0B65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B65A; }
p { color: rgb(192,182,90); }
H1.HeaderClassName
{
color: #C0B65A;
}
.AnyTagClassName
{
color: #C0B65A;
}
</style>
background-color css
<style>
a { background-color: #C0B65A; }
a { background-color: rgb(192,182,90); }
div.DivClassName
{
background-color: #C0B65A;
}
.BgClassName
{
background-color: #C0B65A;
}
</style>
border-color css
<style>
span { border-color: #C0B65A; }
span { border-color: rgb(192,182,90); }
td.TdClassName
{
border-color: #C0B65A;
}
.TagClassName
{
border-color: #C0B65A;
}
</style>