Shades of Conifer #BBFF5B
Tints of Conifer #BBFF5B
RGB
CMYK
RGB Variations
Color information
#BBFF5B (or 0xBBFF5B) is known color: Conifer. HEX triplet: BB, FF and 5B. RGB value is (187,255,91). Sum of RGB (Red+Green+Blue) = 187+255+91=533 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.08% from 533); Green value is 255 (100% from 255 or 47.84% from 533); Blue value is 91 (35.94% from 255 or 17.07% from 533); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFF5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBFF5B is #4400A4. Grayscale: #D8D8D8. Windows color (decimal): -4456613 or 6029243. OLE color: 6029243.
HSL color Cylindrical-coordinate representation of color #BBFF5B: hue angle of 84.88º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BBFF5B is Cyan = 0.27, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 255 | 91 | - |
| CMYK | 0.27 | 0 | 0.64 | 0 |
| HSL | 84.88º | 1% | 0.68% | - |
| HSV(B) | 84.88º | 0.64% | 1% | - |
| XYZ | 58.14 | 82.84 | 22.82 | - |
| YUV | 215.97 | 57.47 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 255 | 91 | 0.27 | 0 | 0.64 | 0 | 84.88 | 1 | 0.68 |
| Hex | BB | FF | 5B | 1B | 0 | 40 | 0 | 55 | 64 | 44 |
| Octal | 273 | 377 | 133 | 33 | 0 | 100 | 0 | 125 | 144 | 104 |
| Binary | 10111011 | 11111111 | 1011011 | 11011 | 0 | 1000000 | 0 | 1010101 | 1100100 | 1000100 |
Color Harmonies of #BBFF5B
Complementary color
Monochromatic Colors of #BBFF5B
Black with #BBFF5B
Text Example
Text Example
White with #BBFF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFF5B; }
p { color: rgb(187,255,91); }
H1.HeaderClassName
{
color: #BBFF5B;
}
.AnyTagClassName
{
color: #BBFF5B;
}
</style>
background-color css
<style>
a { background-color: #BBFF5B; }
a { background-color: rgb(187,255,91); }
div.DivClassName
{
background-color: #BBFF5B;
}
.BgClassName
{
background-color: #BBFF5B;
}
</style>
border-color css
<style>
span { border-color: #BBFF5B; }
span { border-color: rgb(187,255,91); }
td.TdClassName
{
border-color: #BBFF5B;
}
.TagClassName
{
border-color: #BBFF5B;
}
</style>