Shades of Olive Green #BDB253
Tints of Olive Green #BDB253
RGB
CMYK
RGB Variations
Color information
#BDB253 (or 0xBDB253) is known color: Olive Green. HEX triplet: BD, B2 and 53. RGB value is (189,178,83). Sum of RGB (Red+Green+Blue) = 189+178+83=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 178 (69.92% from 255 or 39.56% from 450); Blue value is 83 (32.81% from 255 or 18.44% from 450); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB253 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB253 is #424DAC. Grayscale: #AAAAAA. Windows color (decimal): -4345261 or 5485245. OLE color: 5485245.
HSL color Cylindrical-coordinate representation of color #BDB253: hue angle of 53.77º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BDB253 is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 178 | 83 | - |
| CMYK | 0 | 0.06 | 0.56 | 0.26 |
| HSL | 53.77º | 0.45% | 0.53% | - |
| HSV(B) | 53.77º | 0.56% | 0.74% | - |
| XYZ | 38.47 | 43.28 | 14.51 | - |
| YUV | 170.46 | 78.64 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 178 | 83 | 0 | 0.06 | 0.56 | 0.26 | 53.77 | 0.45 | 0.53 |
| Hex | BD | B2 | 53 | 0 | 6 | 38 | 1A | 36 | 2D | 35 |
| Octal | 275 | 262 | 123 | 0 | 6 | 70 | 32 | 66 | 55 | 65 |
| Binary | 10111101 | 10110010 | 1010011 | 0 | 110 | 111000 | 11010 | 110110 | 101101 | 110101 |
Color Harmonies of #BDB253
Complementary color
Monochromatic Colors of #BDB253
Black with #BDB253
Text Example
Text Example
White with #BDB253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB253; }
p { color: rgb(189,178,83); }
H1.HeaderClassName
{
color: #BDB253;
}
.AnyTagClassName
{
color: #BDB253;
}
</style>
background-color css
<style>
a { background-color: #BDB253; }
a { background-color: rgb(189,178,83); }
div.DivClassName
{
background-color: #BDB253;
}
.BgClassName
{
background-color: #BDB253;
}
</style>
border-color css
<style>
span { border-color: #BDB253; }
span { border-color: rgb(189,178,83); }
td.TdClassName
{
border-color: #BDB253;
}
.TagClassName
{
border-color: #BDB253;
}
</style>