Shades of Olive Green #BBBD5C
Tints of Olive Green #BBBD5C
RGB
CMYK
RGB Variations
Color information
#BBBD5C (or 0xBBBD5C) is known color: Olive Green. HEX triplet: BB, BD and 5C. RGB value is (187,189,92). Sum of RGB (Red+Green+Blue) = 187+189+92=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 189 (74.22% from 255 or 40.38% from 468); Blue value is 92 (36.33% from 255 or 19.66% from 468); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBD5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBD5C is #4442A3. Grayscale: #B1B1B1. Windows color (decimal): -4473508 or 6077883. OLE color: 6077883.
HSL color Cylindrical-coordinate representation of color #BBBD5C: hue angle of 61.24º 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 #BBBD5C is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 189 | 92 | - |
| CMYK | 0.01 | 0 | 0.51 | 0.26 |
| HSL | 61.24º | 0.42% | 0.55% | - |
| HSV(B) | 61.24º | 0.51% | 0.74% | - |
| XYZ | 40.62 | 47.73 | 17.2 | - |
| YUV | 177.34 | 79.84 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 189 | 92 | 0.01 | 0 | 0.51 | 0.26 | 61.24 | 0.42 | 0.55 |
| Hex | BB | BD | 5C | 1 | 0 | 33 | 1A | 3D | 2A | 37 |
| Octal | 273 | 275 | 134 | 1 | 0 | 63 | 32 | 75 | 52 | 67 |
| Binary | 10111011 | 10111101 | 1011100 | 1 | 0 | 110011 | 11010 | 111101 | 101010 | 110111 |
Color Harmonies of #BBBD5C
Complementary color
Monochromatic Colors of #BBBD5C
Black with #BBBD5C
Text Example
Text Example
White with #BBBD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBD5C; }
p { color: rgb(187,189,92); }
H1.HeaderClassName
{
color: #BBBD5C;
}
.AnyTagClassName
{
color: #BBBD5C;
}
</style>
background-color css
<style>
a { background-color: #BBBD5C; }
a { background-color: rgb(187,189,92); }
div.DivClassName
{
background-color: #BBBD5C;
}
.BgClassName
{
background-color: #BBBD5C;
}
</style>
border-color css
<style>
span { border-color: #BBBD5C; }
span { border-color: rgb(187,189,92); }
td.TdClassName
{
border-color: #BBBD5C;
}
.TagClassName
{
border-color: #BBBD5C;
}
</style>