Shades of Olive Green #C3BC58
Tints of Olive Green #C3BC58
RGB
CMYK
RGB Variations
Color information
#C3BC58 (or 0xC3BC58) is known color: Olive Green. HEX triplet: C3, BC and 58. RGB value is (195,188,88). Sum of RGB (Red+Green+Blue) = 195+188+88=471 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.40% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 88 (34.77% from 255 or 18.68% from 471); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BC58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BC58 is #3C43A7. Grayscale: #B3B3B3. Windows color (decimal): -3949480 or 5815491. OLE color: 5815491.
HSL color Cylindrical-coordinate representation of color #C3BC58: hue angle of 56.07º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C3BC58 is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 188 | 88 | - |
| CMYK | 0 | 0.04 | 0.55 | 0.24 |
| HSL | 56.07º | 0.47% | 0.55% | - |
| HSV(B) | 56.07º | 0.55% | 0.76% | - |
| XYZ | 42.25 | 48.27 | 16.32 | - |
| YUV | 178.69 | 76.82 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 188 | 88 | 0 | 0.04 | 0.55 | 0.24 | 56.07 | 0.47 | 0.55 |
| Hex | C3 | BC | 58 | 0 | 4 | 37 | 18 | 38 | 2F | 37 |
| Octal | 303 | 274 | 130 | 0 | 4 | 67 | 30 | 70 | 57 | 67 |
| Binary | 11000011 | 10111100 | 1011000 | 0 | 100 | 110111 | 11000 | 111000 | 101111 | 110111 |
Color Harmonies of #C3BC58
Complementary color
Monochromatic Colors of #C3BC58
Black with #C3BC58
Text Example
Text Example
White with #C3BC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BC58; }
p { color: rgb(195,188,88); }
H1.HeaderClassName
{
color: #C3BC58;
}
.AnyTagClassName
{
color: #C3BC58;
}
</style>
background-color css
<style>
a { background-color: #C3BC58; }
a { background-color: rgb(195,188,88); }
div.DivClassName
{
background-color: #C3BC58;
}
.BgClassName
{
background-color: #C3BC58;
}
</style>
border-color css
<style>
span { border-color: #C3BC58; }
span { border-color: rgb(195,188,88); }
td.TdClassName
{
border-color: #C3BC58;
}
.TagClassName
{
border-color: #C3BC58;
}
</style>