Shades of Olive Green #C4BD58
Tints of Olive Green #C4BD58
RGB
CMYK
RGB Variations
Color information
#C4BD58 (or 0xC4BD58) is known color: Olive Green. HEX triplet: C4, BD and 58. RGB value is (196,189,88). Sum of RGB (Red+Green+Blue) = 196+189+88=473 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.44% from 473); Green value is 189 (74.22% from 255 or 39.96% from 473); Blue value is 88 (34.77% from 255 or 18.60% from 473); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BD58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BD58 is #3B42A7. Grayscale: #B3B3B3. Windows color (decimal): -3883688 or 5815748. OLE color: 5815748.
HSL color Cylindrical-coordinate representation of color #C4BD58: hue angle of 56.11º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C4BD58 is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 189 | 88 | - |
| CMYK | 0 | 0.04 | 0.55 | 0.23 |
| HSL | 56.11º | 0.48% | 0.56% | - |
| HSV(B) | 56.11º | 0.55% | 0.77% | - |
| XYZ | 42.72 | 48.84 | 16.41 | - |
| YUV | 179.58 | 76.32 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 189 | 88 | 0 | 0.04 | 0.55 | 0.23 | 56.11 | 0.48 | 0.56 |
| Hex | C4 | BD | 58 | 0 | 4 | 37 | 17 | 38 | 30 | 38 |
| Octal | 304 | 275 | 130 | 0 | 4 | 67 | 27 | 70 | 60 | 70 |
| Binary | 11000100 | 10111101 | 1011000 | 0 | 100 | 110111 | 10111 | 111000 | 110000 | 111000 |
Color Harmonies of #C4BD58
Complementary color
Monochromatic Colors of #C4BD58
Black with #C4BD58
Text Example
Text Example
White with #C4BD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BD58; }
p { color: rgb(196,189,88); }
H1.HeaderClassName
{
color: #C4BD58;
}
.AnyTagClassName
{
color: #C4BD58;
}
</style>
background-color css
<style>
a { background-color: #C4BD58; }
a { background-color: rgb(196,189,88); }
div.DivClassName
{
background-color: #C4BD58;
}
.BgClassName
{
background-color: #C4BD58;
}
</style>
border-color css
<style>
span { border-color: #C4BD58; }
span { border-color: rgb(196,189,88); }
td.TdClassName
{
border-color: #C4BD58;
}
.TagClassName
{
border-color: #C4BD58;
}
</style>