Shades of Olive Green #C2BE5C
Tints of Olive Green #C2BE5C
RGB
CMYK
RGB Variations
Color information
#C2BE5C (or 0xC2BE5C) is known color: Olive Green. HEX triplet: C2, BE and 5C. RGB value is (194,190,92). Sum of RGB (Red+Green+Blue) = 194+190+92=476 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.76% from 476); Green value is 190 (74.61% from 255 or 39.92% from 476); Blue value is 92 (36.33% from 255 or 19.33% from 476); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BE5C is #3D41A3. Grayscale: #B4B4B4. Windows color (decimal): -4014500 or 6078146. OLE color: 6078146.
HSL color Cylindrical-coordinate representation of color #C2BE5C: hue angle of 57.65º 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 #C2BE5C is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 190 | 92 | - |
| CMYK | 0 | 0.02 | 0.53 | 0.24 |
| HSL | 57.65º | 0.46% | 0.56% | - |
| HSV(B) | 57.65º | 0.53% | 0.76% | - |
| XYZ | 42.59 | 49.07 | 17.35 | - |
| YUV | 180.02 | 78.33 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 190 | 92 | 0 | 0.02 | 0.53 | 0.24 | 57.65 | 0.46 | 0.56 |
| Hex | C2 | BE | 5C | 0 | 2 | 35 | 18 | 3A | 2E | 38 |
| Octal | 302 | 276 | 134 | 0 | 2 | 65 | 30 | 72 | 56 | 70 |
| Binary | 11000010 | 10111110 | 1011100 | 0 | 10 | 110101 | 11000 | 111010 | 101110 | 111000 |
Color Harmonies of #C2BE5C
Complementary color
Monochromatic Colors of #C2BE5C
Black with #C2BE5C
Text Example
Text Example
White with #C2BE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BE5C; }
p { color: rgb(194,190,92); }
H1.HeaderClassName
{
color: #C2BE5C;
}
.AnyTagClassName
{
color: #C2BE5C;
}
</style>
background-color css
<style>
a { background-color: #C2BE5C; }
a { background-color: rgb(194,190,92); }
div.DivClassName
{
background-color: #C2BE5C;
}
.BgClassName
{
background-color: #C2BE5C;
}
</style>
border-color css
<style>
span { border-color: #C2BE5C; }
span { border-color: rgb(194,190,92); }
td.TdClassName
{
border-color: #C2BE5C;
}
.TagClassName
{
border-color: #C2BE5C;
}
</style>