Shades of Olive Green #B1A853
Tints of Olive Green #B1A853
RGB
CMYK
RGB Variations
Color information
#B1A853 (or 0xB1A853) is known color: Olive Green. HEX triplet: B1, A8 and 53. RGB value is (177,168,83). Sum of RGB (Red+Green+Blue) = 177+168+83=428 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.36% from 428); Green value is 168 (66.02% from 255 or 39.25% from 428); Blue value is 83 (32.81% from 255 or 19.39% from 428); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A853 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A853 is #4E57AC. Grayscale: #A1A1A1. Windows color (decimal): -5134253 or 5482673. OLE color: 5482673.
HSL color Cylindrical-coordinate representation of color #B1A853: hue angle of 54.26º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B1A853 is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 168 | 83 | - |
| CMYK | 0 | 0.05 | 0.53 | 0.31 |
| HSL | 54.26º | 0.38% | 0.51% | - |
| HSV(B) | 54.26º | 0.53% | 0.69% | - |
| XYZ | 33.7 | 37.98 | 13.74 | - |
| YUV | 161 | 83.98 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 168 | 83 | 0 | 0.05 | 0.53 | 0.31 | 54.26 | 0.38 | 0.51 |
| Hex | B1 | A8 | 53 | 0 | 5 | 35 | 1F | 36 | 26 | 33 |
| Octal | 261 | 250 | 123 | 0 | 5 | 65 | 37 | 66 | 46 | 63 |
| Binary | 10110001 | 10101000 | 1010011 | 0 | 101 | 110101 | 11111 | 110110 | 100110 | 110011 |
Color Harmonies of #B1A853
Complementary color
Monochromatic Colors of #B1A853
Black with #B1A853
Text Example
Text Example
White with #B1A853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A853; }
p { color: rgb(177,168,83); }
H1.HeaderClassName
{
color: #B1A853;
}
.AnyTagClassName
{
color: #B1A853;
}
</style>
background-color css
<style>
a { background-color: #B1A853; }
a { background-color: rgb(177,168,83); }
div.DivClassName
{
background-color: #B1A853;
}
.BgClassName
{
background-color: #B1A853;
}
</style>
border-color css
<style>
span { border-color: #B1A853; }
span { border-color: rgb(177,168,83); }
td.TdClassName
{
border-color: #B1A853;
}
.TagClassName
{
border-color: #B1A853;
}
</style>