Shades of Conifer #BBE15D
Tints of Conifer #BBE15D
RGB
CMYK
RGB Variations
Color information
#BBE15D (or 0xBBE15D) is known color: Conifer. HEX triplet: BB, E1 and 5D. RGB value is (187,225,93). Sum of RGB (Red+Green+Blue) = 187+225+93=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 225 (88.28% from 255 or 44.55% from 505); Blue value is 93 (36.72% from 255 or 18.42% from 505); Max value from RGB is 225 - color contains mainly: green. Hex color #BBE15D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBE15D is #441EA2. Grayscale: #C7C7C7. Windows color (decimal): -4464291 or 6152635. OLE color: 6152635.
HSL color Cylindrical-coordinate representation of color #BBE15D: hue angle of 77.27º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BBE15D is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 225 | 93 | - |
| CMYK | 0.17 | 0 | 0.59 | 0.12 |
| HSL | 77.27º | 0.69% | 0.62% | - |
| HSV(B) | 77.27º | 0.59% | 0.88% | - |
| XYZ | 49.39 | 65.21 | 20.34 | - |
| YUV | 198.59 | 68.41 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 225 | 93 | 0.17 | 0 | 0.59 | 0.12 | 77.27 | 0.69 | 0.62 |
| Hex | BB | E1 | 5D | 11 | 0 | 3B | C | 4D | 45 | 3E |
| Octal | 273 | 341 | 135 | 21 | 0 | 73 | 14 | 115 | 105 | 76 |
| Binary | 10111011 | 11100001 | 1011101 | 10001 | 0 | 111011 | 1100 | 1001101 | 1000101 | 111110 |
Color Harmonies of #BBE15D
Complementary color
Monochromatic Colors of #BBE15D
Black with #BBE15D
Text Example
Text Example
White with #BBE15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE15D; }
p { color: rgb(187,225,93); }
H1.HeaderClassName
{
color: #BBE15D;
}
.AnyTagClassName
{
color: #BBE15D;
}
</style>
background-color css
<style>
a { background-color: #BBE15D; }
a { background-color: rgb(187,225,93); }
div.DivClassName
{
background-color: #BBE15D;
}
.BgClassName
{
background-color: #BBE15D;
}
</style>
border-color css
<style>
span { border-color: #BBE15D; }
span { border-color: rgb(187,225,93); }
td.TdClassName
{
border-color: #BBE15D;
}
.TagClassName
{
border-color: #BBE15D;
}
</style>