Shades of Olive Green #C5BF5A
Tints of Olive Green #C5BF5A
RGB
CMYK
RGB Variations
Color information
#C5BF5A (or 0xC5BF5A) is known color: Olive Green. HEX triplet: C5, BF and 5A. RGB value is (197,191,90). Sum of RGB (Red+Green+Blue) = 197+191+90=478 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.21% from 478); Green value is 191 (75% from 255 or 39.96% from 478); Blue value is 90 (35.55% from 255 or 18.83% from 478); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BF5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BF5A is #3A40A5. Grayscale: #B5B5B5. Windows color (decimal): -3817638 or 5947333. OLE color: 5947333.
HSL color Cylindrical-coordinate representation of color #C5BF5A: hue angle of 56.64º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C5BF5A is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 191 | 90 | - |
| CMYK | 0 | 0.03 | 0.54 | 0.23 |
| HSL | 56.64º | 0.48% | 0.56% | - |
| HSV(B) | 56.64º | 0.54% | 0.77% | - |
| XYZ | 43.5 | 49.87 | 17.01 | - |
| YUV | 181.28 | 76.49 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 191 | 90 | 0 | 0.03 | 0.54 | 0.23 | 56.64 | 0.48 | 0.56 |
| Hex | C5 | BF | 5A | 0 | 3 | 36 | 17 | 39 | 30 | 38 |
| Octal | 305 | 277 | 132 | 0 | 3 | 66 | 27 | 71 | 60 | 70 |
| Binary | 11000101 | 10111111 | 1011010 | 0 | 11 | 110110 | 10111 | 111001 | 110000 | 111000 |
Color Harmonies of #C5BF5A
Complementary color
Monochromatic Colors of #C5BF5A
Black with #C5BF5A
Text Example
Text Example
White with #C5BF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BF5A; }
p { color: rgb(197,191,90); }
H1.HeaderClassName
{
color: #C5BF5A;
}
.AnyTagClassName
{
color: #C5BF5A;
}
</style>
background-color css
<style>
a { background-color: #C5BF5A; }
a { background-color: rgb(197,191,90); }
div.DivClassName
{
background-color: #C5BF5A;
}
.BgClassName
{
background-color: #C5BF5A;
}
</style>
border-color css
<style>
span { border-color: #C5BF5A; }
span { border-color: rgb(197,191,90); }
td.TdClassName
{
border-color: #C5BF5A;
}
.TagClassName
{
border-color: #C5BF5A;
}
</style>