Shades of Olive Green #BDB758
Tints of Olive Green #BDB758
RGB
CMYK
RGB Variations
Color information
#BDB758 (or 0xBDB758) is known color: Olive Green. HEX triplet: BD, B7 and 58. RGB value is (189,183,88). Sum of RGB (Red+Green+Blue) = 189+183+88=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 183 (71.88% from 255 or 39.78% from 460); Blue value is 88 (34.77% from 255 or 19.13% from 460); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB758 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB758 is #4248A7. Grayscale: #AEAEAE. Windows color (decimal): -4343976 or 5814205. OLE color: 5814205.
HSL color Cylindrical-coordinate representation of color #BDB758: hue angle of 56.44º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BDB758 is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 183 | 88 | - |
| CMYK | 0 | 0.03 | 0.53 | 0.26 |
| HSL | 56.44º | 0.43% | 0.54% | - |
| HSV(B) | 56.44º | 0.53% | 0.74% | - |
| XYZ | 39.68 | 45.39 | 15.9 | - |
| YUV | 173.96 | 79.49 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 183 | 88 | 0 | 0.03 | 0.53 | 0.26 | 56.44 | 0.43 | 0.54 |
| Hex | BD | B7 | 58 | 0 | 3 | 35 | 1A | 38 | 2B | 36 |
| Octal | 275 | 267 | 130 | 0 | 3 | 65 | 32 | 70 | 53 | 66 |
| Binary | 10111101 | 10110111 | 1011000 | 0 | 11 | 110101 | 11010 | 111000 | 101011 | 110110 |
Color Harmonies of #BDB758
Complementary color
Monochromatic Colors of #BDB758
Black with #BDB758
Text Example
Text Example
White with #BDB758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB758; }
p { color: rgb(189,183,88); }
H1.HeaderClassName
{
color: #BDB758;
}
.AnyTagClassName
{
color: #BDB758;
}
</style>
background-color css
<style>
a { background-color: #BDB758; }
a { background-color: rgb(189,183,88); }
div.DivClassName
{
background-color: #BDB758;
}
.BgClassName
{
background-color: #BDB758;
}
</style>
border-color css
<style>
span { border-color: #BDB758; }
span { border-color: rgb(189,183,88); }
td.TdClassName
{
border-color: #BDB758;
}
.TagClassName
{
border-color: #BDB758;
}
</style>