Shades of Olive Green #B1B569
Tints of Olive Green #B1B569
RGB
CMYK
RGB Variations
Color information
#B1B569 (or 0xB1B569) is known color: Olive Green. HEX triplet: B1, B5 and 69. RGB value is (177,181,105). Sum of RGB (Red+Green+Blue) = 177+181+105=463 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.23% from 463); Green value is 181 (71.09% from 255 or 39.09% from 463); Blue value is 105 (41.41% from 255 or 22.68% from 463); Max value from RGB is 181 - color contains mainly: green. Hex color #B1B569 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B569 is #4E4A96. Grayscale: #ABABAB. Windows color (decimal): -5130903 or 6927793. OLE color: 6927793.
HSL color Cylindrical-coordinate representation of color #B1B569: hue angle of 63.16º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B1B569 is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 177 | 181 | 105 | - |
| CMYK | 0.02 | 0 | 0.42 | 0.29 |
| HSL | 63.16º | 0.34% | 0.56% | - |
| HSV(B) | 63.16º | 0.42% | 0.71% | - |
| XYZ | 37.21 | 43.41 | 19.78 | - |
| YUV | 171.14 | 90.67 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 181 | 105 | 0.02 | 0 | 0.42 | 0.29 | 63.16 | 0.34 | 0.56 |
| Hex | B1 | B5 | 69 | 2 | 0 | 2A | 1D | 3F | 22 | 38 |
| Octal | 261 | 265 | 151 | 2 | 0 | 52 | 35 | 77 | 42 | 70 |
| Binary | 10110001 | 10110101 | 1101001 | 10 | 0 | 101010 | 11101 | 111111 | 100010 | 111000 |
Color Harmonies of #B1B569
Complementary color
Monochromatic Colors of #B1B569
Black with #B1B569
Text Example
Text Example
White with #B1B569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B569; }
p { color: rgb(177,181,105); }
H1.HeaderClassName
{
color: #B1B569;
}
.AnyTagClassName
{
color: #B1B569;
}
</style>
background-color css
<style>
a { background-color: #B1B569; }
a { background-color: rgb(177,181,105); }
div.DivClassName
{
background-color: #B1B569;
}
.BgClassName
{
background-color: #B1B569;
}
</style>
border-color css
<style>
span { border-color: #B1B569; }
span { border-color: rgb(177,181,105); }
td.TdClassName
{
border-color: #B1B569;
}
.TagClassName
{
border-color: #B1B569;
}
</style>