Shades of Olive Green #B1B552
Tints of Olive Green #B1B552
RGB
CMYK
RGB Variations
Color information
#B1B552 (or 0xB1B552) is known color: Olive Green. HEX triplet: B1, B5 and 52. RGB value is (177,181,82). Sum of RGB (Red+Green+Blue) = 177+181+82=440 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.23% from 440); Green value is 181 (71.09% from 255 or 41.14% from 440); Blue value is 82 (32.42% from 255 or 18.64% from 440); Max value from RGB is 181 - color contains mainly: green. Hex color #B1B552 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B552 is #4E4AAD. Grayscale: #A8A8A8. Windows color (decimal): -5130926 or 5420465. OLE color: 5420465.
HSL color Cylindrical-coordinate representation of color #B1B552: hue angle of 62.42º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B1B552 is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 177 | 181 | 82 | - |
| CMYK | 0.02 | 0 | 0.55 | 0.29 |
| HSL | 62.42º | 0.4% | 0.52% | - |
| HSV(B) | 62.42º | 0.55% | 0.71% | - |
| XYZ | 36.18 | 43 | 14.38 | - |
| YUV | 168.52 | 79.17 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 181 | 82 | 0.02 | 0 | 0.55 | 0.29 | 62.42 | 0.4 | 0.52 |
| Hex | B1 | B5 | 52 | 2 | 0 | 37 | 1D | 3E | 28 | 34 |
| Octal | 261 | 265 | 122 | 2 | 0 | 67 | 35 | 76 | 50 | 64 |
| Binary | 10110001 | 10110101 | 1010010 | 10 | 0 | 110111 | 11101 | 111110 | 101000 | 110100 |
Color Harmonies of #B1B552
Complementary color
Monochromatic Colors of #B1B552
Black with #B1B552
Text Example
Text Example
White with #B1B552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B552; }
p { color: rgb(177,181,82); }
H1.HeaderClassName
{
color: #B1B552;
}
.AnyTagClassName
{
color: #B1B552;
}
</style>
background-color css
<style>
a { background-color: #B1B552; }
a { background-color: rgb(177,181,82); }
div.DivClassName
{
background-color: #B1B552;
}
.BgClassName
{
background-color: #B1B552;
}
</style>
border-color css
<style>
span { border-color: #B1B552; }
span { border-color: rgb(177,181,82); }
td.TdClassName
{
border-color: #B1B552;
}
.TagClassName
{
border-color: #B1B552;
}
</style>