Shades of Olive Green #BDB44E
Tints of Olive Green #BDB44E
RGB
CMYK
RGB Variations
Color information
#BDB44E (or 0xBDB44E) is known color: Olive Green. HEX triplet: BD, B4 and 4E. RGB value is (189,180,78). Sum of RGB (Red+Green+Blue) = 189+180+78=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 180 (70.70% from 255 or 40.27% from 447); Blue value is 78 (30.86% from 255 or 17.45% from 447); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB44E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB44E is #424BB1. Grayscale: #ABABAB. Windows color (decimal): -4344754 or 5158077. OLE color: 5158077.
HSL color Cylindrical-coordinate representation of color #BDB44E: hue angle of 55.14º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BDB44E is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 180 | 78 | - |
| CMYK | 0 | 0.05 | 0.59 | 0.26 |
| HSL | 55.14º | 0.46% | 0.52% | - |
| HSV(B) | 55.14º | 0.59% | 0.74% | - |
| XYZ | 38.68 | 44.01 | 13.66 | - |
| YUV | 171.06 | 75.48 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 180 | 78 | 0 | 0.05 | 0.59 | 0.26 | 55.14 | 0.46 | 0.52 |
| Hex | BD | B4 | 4E | 0 | 5 | 3B | 1A | 37 | 2E | 34 |
| Octal | 275 | 264 | 116 | 0 | 5 | 73 | 32 | 67 | 56 | 64 |
| Binary | 10111101 | 10110100 | 1001110 | 0 | 101 | 111011 | 11010 | 110111 | 101110 | 110100 |
Color Harmonies of #BDB44E
Complementary color
Monochromatic Colors of #BDB44E
Black with #BDB44E
Text Example
Text Example
White with #BDB44E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB44E; }
p { color: rgb(189,180,78); }
H1.HeaderClassName
{
color: #BDB44E;
}
.AnyTagClassName
{
color: #BDB44E;
}
</style>
background-color css
<style>
a { background-color: #BDB44E; }
a { background-color: rgb(189,180,78); }
div.DivClassName
{
background-color: #BDB44E;
}
.BgClassName
{
background-color: #BDB44E;
}
</style>
border-color css
<style>
span { border-color: #BDB44E; }
span { border-color: rgb(189,180,78); }
td.TdClassName
{
border-color: #BDB44E;
}
.TagClassName
{
border-color: #BDB44E;
}
</style>