Shades of Olive Green #BDB760
Tints of Olive Green #BDB760
RGB
CMYK
RGB Variations
Color information
#BDB760 (or 0xBDB760) is known color: Olive Green. HEX triplet: BD, B7 and 60. RGB value is (189,183,96). Sum of RGB (Red+Green+Blue) = 189+183+96=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 183 (71.88% from 255 or 39.10% from 468); Blue value is 96 (37.89% from 255 or 20.51% from 468); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB760 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB760 is #42489F. Grayscale: #AFAFAF. Windows color (decimal): -4343968 or 6338493. OLE color: 6338493.
HSL color Cylindrical-coordinate representation of color #BDB760: hue angle of 56.13º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BDB760 is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 183 | 96 | - |
| CMYK | 0 | 0.03 | 0.49 | 0.26 |
| HSL | 56.13º | 0.41% | 0.56% | - |
| HSV(B) | 56.13º | 0.49% | 0.74% | - |
| XYZ | 40.03 | 45.53 | 17.74 | - |
| YUV | 174.88 | 83.49 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 183 | 96 | 0 | 0.03 | 0.49 | 0.26 | 56.13 | 0.41 | 0.56 |
| Hex | BD | B7 | 60 | 0 | 3 | 31 | 1A | 38 | 29 | 38 |
| Octal | 275 | 267 | 140 | 0 | 3 | 61 | 32 | 70 | 51 | 70 |
| Binary | 10111101 | 10110111 | 1100000 | 0 | 11 | 110001 | 11010 | 111000 | 101001 | 111000 |
Color Harmonies of #BDB760
Complementary color
Monochromatic Colors of #BDB760
Black with #BDB760
Text Example
Text Example
White with #BDB760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB760; }
p { color: rgb(189,183,96); }
H1.HeaderClassName
{
color: #BDB760;
}
.AnyTagClassName
{
color: #BDB760;
}
</style>
background-color css
<style>
a { background-color: #BDB760; }
a { background-color: rgb(189,183,96); }
div.DivClassName
{
background-color: #BDB760;
}
.BgClassName
{
background-color: #BDB760;
}
</style>
border-color css
<style>
span { border-color: #BDB760; }
span { border-color: rgb(189,183,96); }
td.TdClassName
{
border-color: #BDB760;
}
.TagClassName
{
border-color: #BDB760;
}
</style>