Shades of Olive Green #B4B266
Tints of Olive Green #B4B266
RGB
CMYK
RGB Variations
Color information
#B4B266 (or 0xB4B266) is known color: Olive Green. HEX triplet: B4, B2 and 66. RGB value is (180,178,102). Sum of RGB (Red+Green+Blue) = 180+178+102=460 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.13% from 460); Green value is 178 (69.92% from 255 or 38.70% from 460); Blue value is 102 (40.23% from 255 or 22.17% from 460); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4B266 is #4B4D99. Grayscale: #AAAAAA. Windows color (decimal): -4935066 or 6730420. OLE color: 6730420.
HSL color Cylindrical-coordinate representation of color #B4B266: hue angle of 58.46º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B4B266 is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 178 | 102 | - |
| CMYK | 0 | 0.01 | 0.43 | 0.29 |
| HSL | 58.46º | 0.34% | 0.55% | - |
| HSV(B) | 58.46º | 0.43% | 0.71% | - |
| XYZ | 37.14 | 42.5 | 18.82 | - |
| YUV | 169.93 | 89.66 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 178 | 102 | 0 | 0.01 | 0.43 | 0.29 | 58.46 | 0.34 | 0.55 |
| Hex | B4 | B2 | 66 | 0 | 1 | 2B | 1D | 3A | 22 | 37 |
| Octal | 264 | 262 | 146 | 0 | 1 | 53 | 35 | 72 | 42 | 67 |
| Binary | 10110100 | 10110010 | 1100110 | 0 | 1 | 101011 | 11101 | 111010 | 100010 | 110111 |
Color Harmonies of #B4B266
Complementary color
Monochromatic Colors of #B4B266
Black with #B4B266
Text Example
Text Example
White with #B4B266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B266; }
p { color: rgb(180,178,102); }
H1.HeaderClassName
{
color: #B4B266;
}
.AnyTagClassName
{
color: #B4B266;
}
</style>
background-color css
<style>
a { background-color: #B4B266; }
a { background-color: rgb(180,178,102); }
div.DivClassName
{
background-color: #B4B266;
}
.BgClassName
{
background-color: #B4B266;
}
</style>
border-color css
<style>
span { border-color: #B4B266; }
span { border-color: rgb(180,178,102); }
td.TdClassName
{
border-color: #B4B266;
}
.TagClassName
{
border-color: #B4B266;
}
</style>