Shades of Olive Green #BDBD5C
Tints of Olive Green #BDBD5C
RGB
CMYK
RGB Variations
Color information
#BDBD5C (or 0xBDBD5C) is known color: Olive Green. HEX triplet: BD, BD and 5C. RGB value is (189,189,92). Sum of RGB (Red+Green+Blue) = 189+189+92=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 189 (74.22% from 255 or 40.21% from 470); Blue value is 92 (36.33% from 255 or 19.57% from 470); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBD5C is #4242A3. Grayscale: #B2B2B2. Windows color (decimal): -4342436 or 6077885. OLE color: 6077885.
HSL color Cylindrical-coordinate representation of color #BDBD5C: 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 #BDBD5C is Cyan = 0, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 189 | 92 | - |
| CMYK | 0 | 0 | 0.51 | 0.26 |
| HSL | 60º | 0.42% | 0.55% | - |
| HSV(B) | 60º | 0.51% | 0.74% | - |
| XYZ | 41.12 | 47.99 | 17.22 | - |
| YUV | 177.94 | 79.5 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 189 | 92 | 0 | 0 | 0.51 | 0.26 | 60 | 0.42 | 0.55 |
| Hex | BD | BD | 5C | 0 | 0 | 33 | 1A | 3C | 2A | 37 |
| Octal | 275 | 275 | 134 | 0 | 0 | 63 | 32 | 74 | 52 | 67 |
| Binary | 10111101 | 10111101 | 1011100 | 0 | 0 | 110011 | 11010 | 111100 | 101010 | 110111 |
Color Harmonies of #BDBD5C
Complementary color
Monochromatic Colors of #BDBD5C
Black with #BDBD5C
Text Example
Text Example
White with #BDBD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBD5C; }
p { color: rgb(189,189,92); }
H1.HeaderClassName
{
color: #BDBD5C;
}
.AnyTagClassName
{
color: #BDBD5C;
}
</style>
background-color css
<style>
a { background-color: #BDBD5C; }
a { background-color: rgb(189,189,92); }
div.DivClassName
{
background-color: #BDBD5C;
}
.BgClassName
{
background-color: #BDBD5C;
}
</style>
border-color css
<style>
span { border-color: #BDBD5C; }
span { border-color: rgb(189,189,92); }
td.TdClassName
{
border-color: #BDBD5C;
}
.TagClassName
{
border-color: #BDBD5C;
}
</style>