Shades of Olive Green #B7B24C
Tints of Olive Green #B7B24C
RGB
CMYK
RGB Variations
Color information
#B7B24C (or 0xB7B24C) is known color: Olive Green. HEX triplet: B7, B2 and 4C. RGB value is (183,178,76). Sum of RGB (Red+Green+Blue) = 183+178+76=437 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.88% from 437); Green value is 178 (69.92% from 255 or 40.73% from 437); Blue value is 76 (30.08% from 255 or 17.39% from 437); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B24C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7B24C is #484DB3. Grayscale: #A8A8A8. Windows color (decimal): -4738484 or 5026487. OLE color: 5026487.
HSL color Cylindrical-coordinate representation of color #B7B24C: hue angle of 57.2º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B7B24C is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 178 | 76 | - |
| CMYK | 0 | 0.03 | 0.58 | 0.28 |
| HSL | 57.2º | 0.43% | 0.51% | - |
| HSV(B) | 57.2º | 0.58% | 0.72% | - |
| XYZ | 36.75 | 42.43 | 13.09 | - |
| YUV | 167.87 | 76.16 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 178 | 76 | 0 | 0.03 | 0.58 | 0.28 | 57.2 | 0.43 | 0.51 |
| Hex | B7 | B2 | 4C | 0 | 3 | 3A | 1C | 39 | 2B | 33 |
| Octal | 267 | 262 | 114 | 0 | 3 | 72 | 34 | 71 | 53 | 63 |
| Binary | 10110111 | 10110010 | 1001100 | 0 | 11 | 111010 | 11100 | 111001 | 101011 | 110011 |
Color Harmonies of #B7B24C
Complementary color
Monochromatic Colors of #B7B24C
Black with #B7B24C
Text Example
Text Example
White with #B7B24C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B24C; }
p { color: rgb(183,178,76); }
H1.HeaderClassName
{
color: #B7B24C;
}
.AnyTagClassName
{
color: #B7B24C;
}
</style>
background-color css
<style>
a { background-color: #B7B24C; }
a { background-color: rgb(183,178,76); }
div.DivClassName
{
background-color: #B7B24C;
}
.BgClassName
{
background-color: #B7B24C;
}
</style>
border-color css
<style>
span { border-color: #B7B24C; }
span { border-color: rgb(183,178,76); }
td.TdClassName
{
border-color: #B7B24C;
}
.TagClassName
{
border-color: #B7B24C;
}
</style>