Shades of Olive Green #B2B75C
Tints of Olive Green #B2B75C
RGB
CMYK
RGB Variations
Color information
#B2B75C (or 0xB2B75C) is known color: Olive Green. HEX triplet: B2, B7 and 5C. RGB value is (178,183,92). Sum of RGB (Red+Green+Blue) = 178+183+92=453 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.29% from 453); Green value is 183 (71.88% from 255 or 40.40% from 453); Blue value is 92 (36.33% from 255 or 20.31% from 453); Max value from RGB is 183 - color contains mainly: green. Hex color #B2B75C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B75C is #4D48A3. Grayscale: #ABABAB. Windows color (decimal): -5064868 or 6076338. OLE color: 6076338.
HSL color Cylindrical-coordinate representation of color #B2B75C: hue angle of 63.3º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B2B75C is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 178 | 183 | 92 | - |
| CMYK | 0.03 | 0 | 0.50 | 0.28 |
| HSL | 63.3º | 0.39% | 0.54% | - |
| HSV(B) | 63.3º | 0.5% | 0.72% | - |
| XYZ | 37.23 | 44.1 | 16.68 | - |
| YUV | 171.13 | 83.34 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 183 | 92 | 0.03 | 0 | 0.50 | 0.28 | 63.3 | 0.39 | 0.54 |
| Hex | B2 | B7 | 5C | 3 | 0 | 32 | 1C | 3F | 27 | 36 |
| Octal | 262 | 267 | 134 | 3 | 0 | 62 | 34 | 77 | 47 | 66 |
| Binary | 10110010 | 10110111 | 1011100 | 11 | 0 | 110010 | 11100 | 111111 | 100111 | 110110 |
Color Harmonies of #B2B75C
Complementary color
Monochromatic Colors of #B2B75C
Black with #B2B75C
Text Example
Text Example
White with #B2B75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B75C; }
p { color: rgb(178,183,92); }
H1.HeaderClassName
{
color: #B2B75C;
}
.AnyTagClassName
{
color: #B2B75C;
}
</style>
background-color css
<style>
a { background-color: #B2B75C; }
a { background-color: rgb(178,183,92); }
div.DivClassName
{
background-color: #B2B75C;
}
.BgClassName
{
background-color: #B2B75C;
}
</style>
border-color css
<style>
span { border-color: #B2B75C; }
span { border-color: rgb(178,183,92); }
td.TdClassName
{
border-color: #B2B75C;
}
.TagClassName
{
border-color: #B2B75C;
}
</style>