Shades of Conifer #BBE15C
Tints of Conifer #BBE15C
RGB
CMYK
RGB Variations
Color information
#BBE15C (or 0xBBE15C) is known color: Conifer. HEX triplet: BB, E1 and 5C. RGB value is (187,225,92). Sum of RGB (Red+Green+Blue) = 187+225+92=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 225 (88.28% from 255 or 44.64% from 504); Blue value is 92 (36.33% from 255 or 18.25% from 504); Max value from RGB is 225 - color contains mainly: green. Hex color #BBE15C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBE15C is #441EA3. Grayscale: #C6C6C6. Windows color (decimal): -4464292 or 6087099. OLE color: 6087099.
HSL color Cylindrical-coordinate representation of color #BBE15C: hue angle of 77.14º 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 #BBE15C is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 225 | 92 | - |
| CMYK | 0.17 | 0 | 0.59 | 0.12 |
| HSL | 77.14º | 0.69% | 0.62% | - |
| HSV(B) | 77.14º | 0.59% | 0.88% | - |
| XYZ | 49.35 | 65.19 | 20.11 | - |
| YUV | 198.48 | 67.91 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 225 | 92 | 0.17 | 0 | 0.59 | 0.12 | 77.14 | 0.69 | 0.62 |
| Hex | BB | E1 | 5C | 11 | 0 | 3B | C | 4D | 45 | 3E |
| Octal | 273 | 341 | 134 | 21 | 0 | 73 | 14 | 115 | 105 | 76 |
| Binary | 10111011 | 11100001 | 1011100 | 10001 | 0 | 111011 | 1100 | 1001101 | 1000101 | 111110 |
Color Harmonies of #BBE15C
Complementary color
Monochromatic Colors of #BBE15C
Black with #BBE15C
Text Example
Text Example
White with #BBE15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE15C; }
p { color: rgb(187,225,92); }
H1.HeaderClassName
{
color: #BBE15C;
}
.AnyTagClassName
{
color: #BBE15C;
}
</style>
background-color css
<style>
a { background-color: #BBE15C; }
a { background-color: rgb(187,225,92); }
div.DivClassName
{
background-color: #BBE15C;
}
.BgClassName
{
background-color: #BBE15C;
}
</style>
border-color css
<style>
span { border-color: #BBE15C; }
span { border-color: rgb(187,225,92); }
td.TdClassName
{
border-color: #BBE15C;
}
.TagClassName
{
border-color: #BBE15C;
}
</style>