Shades of Olive Green #C4BE55
Tints of Olive Green #C4BE55
RGB
CMYK
RGB Variations
Color information
#C4BE55 (or 0xC4BE55) is known color: Olive Green. HEX triplet: C4, BE and 55. RGB value is (196,190,85). Sum of RGB (Red+Green+Blue) = 196+190+85=471 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.61% from 471); Green value is 190 (74.61% from 255 or 40.34% from 471); Blue value is 85 (33.59% from 255 or 18.05% from 471); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BE55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BE55 is #3B41AA. Grayscale: #B4B4B4. Windows color (decimal): -3883435 or 5619396. OLE color: 5619396.
HSL color Cylindrical-coordinate representation of color #C4BE55: hue angle of 56.76º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C4BE55 is Cyan = 0, Magento = 0.03, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 190 | 85 | - |
| CMYK | 0 | 0.03 | 0.57 | 0.23 |
| HSL | 56.76º | 0.48% | 0.55% | - |
| HSV(B) | 56.76º | 0.57% | 0.77% | - |
| XYZ | 42.82 | 49.22 | 15.84 | - |
| YUV | 179.82 | 74.49 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 190 | 85 | 0 | 0.03 | 0.57 | 0.23 | 56.76 | 0.48 | 0.55 |
| Hex | C4 | BE | 55 | 0 | 3 | 39 | 17 | 39 | 30 | 37 |
| Octal | 304 | 276 | 125 | 0 | 3 | 71 | 27 | 71 | 60 | 67 |
| Binary | 11000100 | 10111110 | 1010101 | 0 | 11 | 111001 | 10111 | 111001 | 110000 | 110111 |
Color Harmonies of #C4BE55
Complementary color
Monochromatic Colors of #C4BE55
Black with #C4BE55
Text Example
Text Example
White with #C4BE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BE55; }
p { color: rgb(196,190,85); }
H1.HeaderClassName
{
color: #C4BE55;
}
.AnyTagClassName
{
color: #C4BE55;
}
</style>
background-color css
<style>
a { background-color: #C4BE55; }
a { background-color: rgb(196,190,85); }
div.DivClassName
{
background-color: #C4BE55;
}
.BgClassName
{
background-color: #C4BE55;
}
</style>
border-color css
<style>
span { border-color: #C4BE55; }
span { border-color: rgb(196,190,85); }
td.TdClassName
{
border-color: #C4BE55;
}
.TagClassName
{
border-color: #C4BE55;
}
</style>