Shades of Olive Green #BDBA5C
Tints of Olive Green #BDBA5C
RGB
CMYK
RGB Variations
Color information
#BDBA5C (or 0xBDBA5C) is known color: Olive Green. HEX triplet: BD, BA and 5C. RGB value is (189,186,92). Sum of RGB (Red+Green+Blue) = 189+186+92=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 92 (36.33% from 255 or 19.70% from 467); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBA5C is #4245A3. Grayscale: #B0B0B0. Windows color (decimal): -4343204 or 6077117. OLE color: 6077117.
HSL color Cylindrical-coordinate representation of color #BDBA5C: hue angle of 58.14º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BDBA5C is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 186 | 92 | - |
| CMYK | 0 | 0.02 | 0.51 | 0.26 |
| HSL | 58.14º | 0.42% | 0.55% | - |
| HSV(B) | 58.14º | 0.51% | 0.74% | - |
| XYZ | 40.48 | 46.71 | 17.01 | - |
| YUV | 176.18 | 80.49 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 186 | 92 | 0 | 0.02 | 0.51 | 0.26 | 58.14 | 0.42 | 0.55 |
| Hex | BD | BA | 5C | 0 | 2 | 33 | 1A | 3A | 2A | 37 |
| Octal | 275 | 272 | 134 | 0 | 2 | 63 | 32 | 72 | 52 | 67 |
| Binary | 10111101 | 10111010 | 1011100 | 0 | 10 | 110011 | 11010 | 111010 | 101010 | 110111 |
Color Harmonies of #BDBA5C
Complementary color
Monochromatic Colors of #BDBA5C
Black with #BDBA5C
Text Example
Text Example
White with #BDBA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBA5C; }
p { color: rgb(189,186,92); }
H1.HeaderClassName
{
color: #BDBA5C;
}
.AnyTagClassName
{
color: #BDBA5C;
}
</style>
background-color css
<style>
a { background-color: #BDBA5C; }
a { background-color: rgb(189,186,92); }
div.DivClassName
{
background-color: #BDBA5C;
}
.BgClassName
{
background-color: #BDBA5C;
}
</style>
border-color css
<style>
span { border-color: #BDBA5C; }
span { border-color: rgb(189,186,92); }
td.TdClassName
{
border-color: #BDBA5C;
}
.TagClassName
{
border-color: #BDBA5C;
}
</style>