Shades of Olive Green #B1A952
Tints of Olive Green #B1A952
RGB
CMYK
RGB Variations
Color information
#B1A952 (or 0xB1A952) is known color: Olive Green. HEX triplet: B1, A9 and 52. RGB value is (177,169,82). Sum of RGB (Red+Green+Blue) = 177+169+82=428 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.36% from 428); Green value is 169 (66.41% from 255 or 39.49% from 428); Blue value is 82 (32.42% from 255 or 19.16% from 428); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A952 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A952 is #4E56AD. Grayscale: #A1A1A1. Windows color (decimal): -5133998 or 5417393. OLE color: 5417393.
HSL color Cylindrical-coordinate representation of color #B1A952: hue angle of 54.95º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B1A952 is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 169 | 82 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.31 |
| HSL | 54.95º | 0.38% | 0.51% | - |
| HSV(B) | 54.95º | 0.54% | 0.69% | - |
| XYZ | 33.84 | 38.33 | 13.6 | - |
| YUV | 161.47 | 83.15 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 169 | 82 | 0 | 0.05 | 0.54 | 0.31 | 54.95 | 0.38 | 0.51 |
| Hex | B1 | A9 | 52 | 0 | 5 | 36 | 1F | 37 | 26 | 33 |
| Octal | 261 | 251 | 122 | 0 | 5 | 66 | 37 | 67 | 46 | 63 |
| Binary | 10110001 | 10101001 | 1010010 | 0 | 101 | 110110 | 11111 | 110111 | 100110 | 110011 |
Color Harmonies of #B1A952
Complementary color
Monochromatic Colors of #B1A952
Black with #B1A952
Text Example
Text Example
White with #B1A952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A952; }
p { color: rgb(177,169,82); }
H1.HeaderClassName
{
color: #B1A952;
}
.AnyTagClassName
{
color: #B1A952;
}
</style>
background-color css
<style>
a { background-color: #B1A952; }
a { background-color: rgb(177,169,82); }
div.DivClassName
{
background-color: #B1A952;
}
.BgClassName
{
background-color: #B1A952;
}
</style>
border-color css
<style>
span { border-color: #B1A952; }
span { border-color: rgb(177,169,82); }
td.TdClassName
{
border-color: #B1A952;
}
.TagClassName
{
border-color: #B1A952;
}
</style>