Shades of Olive Green #B0B25D
Tints of Olive Green #B0B25D
RGB
CMYK
RGB Variations
Color information
#B0B25D (or 0xB0B25D) is known color: Olive Green. HEX triplet: B0, B2 and 5D. RGB value is (176,178,93). Sum of RGB (Red+Green+Blue) = 176+178+93=447 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.37% from 447); Green value is 178 (69.92% from 255 or 39.82% from 447); Blue value is 93 (36.72% from 255 or 20.81% from 447); Max value from RGB is 178 - color contains mainly: green. Hex color #B0B25D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0B25D is #4F4DA2. Grayscale: #A8A8A8. Windows color (decimal): -5197219 or 6140592. OLE color: 6140592.
HSL color Cylindrical-coordinate representation of color #B0B25D: hue angle of 61.41º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B0B25D is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 176 | 178 | 93 | - |
| CMYK | 0.01 | 0 | 0.48 | 0.30 |
| HSL | 61.41º | 0.36% | 0.53% | - |
| HSV(B) | 61.41º | 0.48% | 0.7% | - |
| XYZ | 35.8 | 41.86 | 16.55 | - |
| YUV | 167.71 | 85.84 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 178 | 93 | 0.01 | 0 | 0.48 | 0.30 | 61.41 | 0.36 | 0.53 |
| Hex | B0 | B2 | 5D | 1 | 0 | 30 | 1E | 3D | 24 | 35 |
| Octal | 260 | 262 | 135 | 1 | 0 | 60 | 36 | 75 | 44 | 65 |
| Binary | 10110000 | 10110010 | 1011101 | 1 | 0 | 110000 | 11110 | 111101 | 100100 | 110101 |
Color Harmonies of #B0B25D
Complementary color
Monochromatic Colors of #B0B25D
Black with #B0B25D
Text Example
Text Example
White with #B0B25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B25D; }
p { color: rgb(176,178,93); }
H1.HeaderClassName
{
color: #B0B25D;
}
.AnyTagClassName
{
color: #B0B25D;
}
</style>
background-color css
<style>
a { background-color: #B0B25D; }
a { background-color: rgb(176,178,93); }
div.DivClassName
{
background-color: #B0B25D;
}
.BgClassName
{
background-color: #B0B25D;
}
</style>
border-color css
<style>
span { border-color: #B0B25D; }
span { border-color: rgb(176,178,93); }
td.TdClassName
{
border-color: #B0B25D;
}
.TagClassName
{
border-color: #B0B25D;
}
</style>