Shades of Olive Green #C2BD5C
Tints of Olive Green #C2BD5C
RGB
CMYK
RGB Variations
Color information
#C2BD5C (or 0xC2BD5C) is known color: Olive Green. HEX triplet: C2, BD and 5C. RGB value is (194,189,92). Sum of RGB (Red+Green+Blue) = 194+189+92=475 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.84% from 475); Green value is 189 (74.22% from 255 or 39.79% from 475); Blue value is 92 (36.33% from 255 or 19.37% from 475); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BD5C is #3D42A3. Grayscale: #B3B3B3. Windows color (decimal): -4014756 or 6077890. OLE color: 6077890.
HSL color Cylindrical-coordinate representation of color #C2BD5C: hue angle of 57.06º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C2BD5C is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 189 | 92 | - |
| CMYK | 0 | 0.03 | 0.53 | 0.24 |
| HSL | 57.06º | 0.46% | 0.56% | - |
| HSV(B) | 57.06º | 0.53% | 0.76% | - |
| XYZ | 42.38 | 48.64 | 17.28 | - |
| YUV | 179.44 | 78.66 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 189 | 92 | 0 | 0.03 | 0.53 | 0.24 | 57.06 | 0.46 | 0.56 |
| Hex | C2 | BD | 5C | 0 | 3 | 35 | 18 | 39 | 2E | 38 |
| Octal | 302 | 275 | 134 | 0 | 3 | 65 | 30 | 71 | 56 | 70 |
| Binary | 11000010 | 10111101 | 1011100 | 0 | 11 | 110101 | 11000 | 111001 | 101110 | 111000 |
Color Harmonies of #C2BD5C
Complementary color
Monochromatic Colors of #C2BD5C
Black with #C2BD5C
Text Example
Text Example
White with #C2BD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BD5C; }
p { color: rgb(194,189,92); }
H1.HeaderClassName
{
color: #C2BD5C;
}
.AnyTagClassName
{
color: #C2BD5C;
}
</style>
background-color css
<style>
a { background-color: #C2BD5C; }
a { background-color: rgb(194,189,92); }
div.DivClassName
{
background-color: #C2BD5C;
}
.BgClassName
{
background-color: #C2BD5C;
}
</style>
border-color css
<style>
span { border-color: #C2BD5C; }
span { border-color: rgb(194,189,92); }
td.TdClassName
{
border-color: #C2BD5C;
}
.TagClassName
{
border-color: #C2BD5C;
}
</style>