Shades of Olive Green #B0B26A
Tints of Olive Green #B0B26A
RGB
CMYK
RGB Variations
Color information
#B0B26A (or 0xB0B26A) is known color: Olive Green. HEX triplet: B0, B2 and 6A. RGB value is (176,178,106). Sum of RGB (Red+Green+Blue) = 176+178+106=460 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.26% from 460); Green value is 178 (69.92% from 255 or 38.70% from 460); Blue value is 106 (41.80% from 255 or 23.04% from 460); Max value from RGB is 178 - color contains mainly: green. Hex color #B0B26A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0B26A is #4F4D95. Grayscale: #A9A9A9. Windows color (decimal): -5197206 or 6992560. OLE color: 6992560.
HSL color Cylindrical-coordinate representation of color #B0B26A: hue angle of 61.67º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B0B26A is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 176 | 178 | 106 | - |
| CMYK | 0.01 | 0 | 0.40 | 0.30 |
| HSL | 61.67º | 0.32% | 0.56% | - |
| HSV(B) | 61.67º | 0.4% | 0.7% | - |
| XYZ | 36.43 | 42.11 | 19.84 | - |
| YUV | 169.19 | 92.34 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 178 | 106 | 0.01 | 0 | 0.40 | 0.30 | 61.67 | 0.32 | 0.56 |
| Hex | B0 | B2 | 6A | 1 | 0 | 28 | 1E | 3E | 20 | 38 |
| Octal | 260 | 262 | 152 | 1 | 0 | 50 | 36 | 76 | 40 | 70 |
| Binary | 10110000 | 10110010 | 1101010 | 1 | 0 | 101000 | 11110 | 111110 | 100000 | 111000 |
Color Harmonies of #B0B26A
Complementary color
Monochromatic Colors of #B0B26A
Black with #B0B26A
Text Example
Text Example
White with #B0B26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B26A; }
p { color: rgb(176,178,106); }
H1.HeaderClassName
{
color: #B0B26A;
}
.AnyTagClassName
{
color: #B0B26A;
}
</style>
background-color css
<style>
a { background-color: #B0B26A; }
a { background-color: rgb(176,178,106); }
div.DivClassName
{
background-color: #B0B26A;
}
.BgClassName
{
background-color: #B0B26A;
}
</style>
border-color css
<style>
span { border-color: #B0B26A; }
span { border-color: rgb(176,178,106); }
td.TdClassName
{
border-color: #B0B26A;
}
.TagClassName
{
border-color: #B0B26A;
}
</style>