Shades of Olive Green #BDBD5D
Tints of Olive Green #BDBD5D
RGB
CMYK
RGB Variations
Color information
#BDBD5D (or 0xBDBD5D) is known color: Olive Green. HEX triplet: BD, BD and 5D. RGB value is (189,189,93). Sum of RGB (Red+Green+Blue) = 189+189+93=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 189 (74.22% from 255 or 40.13% from 471); Blue value is 93 (36.72% from 255 or 19.75% from 471); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBD5D is #4242A2. Grayscale: #B2B2B2. Windows color (decimal): -4342435 or 6143421. OLE color: 6143421.
HSL color Cylindrical-coordinate representation of color #BDBD5D: hue angle of 60º 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 #BDBD5D is Cyan = 0, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 189 | 93 | - |
CMYK | 0 | 0 | 0.51 | 0.26 |
HSL | 60º | 0.42% | 0.55% | - |
HSV(B) | 60º | 0.51% | 0.74% | - |
XYZ | 41.16 | 48 | 17.45 | - |
YUV | 178.06 | 80 | 135.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 189 | 93 | 0 | 0 | 0.51 | 0.26 | 60 | 0.42 | 0.55 |
Hex | BD | BD | 5D | 0 | 0 | 33 | 1A | 3C | 2A | 37 |
Octal | 275 | 275 | 135 | 0 | 0 | 63 | 32 | 74 | 52 | 67 |
Binary | 10111101 | 10111101 | 1011101 | 0 | 0 | 110011 | 11010 | 111100 | 101010 | 110111 |
Color Harmonies of #BDBD5D
Complementary color
Monochromatic Colors of #BDBD5D
Black with #BDBD5D
Text Example
Text Example
White with #BDBD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBD5D; }
p { color: rgb(189,189,93); }
H1.HeaderClassName
{
color: #BDBD5D;
}
.AnyTagClassName
{
color: #BDBD5D;
}
</style>
background-color css
<style>
a { background-color: #BDBD5D; }
a { background-color: rgb(189,189,93); }
div.DivClassName
{
background-color: #BDBD5D;
}
.BgClassName
{
background-color: #BDBD5D;
}
</style>
border-color css
<style>
span { border-color: #BDBD5D; }
span { border-color: rgb(189,189,93); }
td.TdClassName
{
border-color: #BDBD5D;
}
.TagClassName
{
border-color: #BDBD5D;
}
</style>