Shades of Conifer #BBF160
Tints of Conifer #BBF160
RGB
CMYK
RGB Variations
Color information
#BBF160 (or 0xBBF160) is known color: Conifer. HEX triplet: BB, F1 and 60. RGB value is (187,241,96). Sum of RGB (Red+Green+Blue) = 187+241+96=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 241 (94.53% from 255 or 45.99% from 524); Blue value is 96 (37.89% from 255 or 18.32% from 524); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF160 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF160 is #440E9F. Grayscale: #D0D0D0. Windows color (decimal): -4460192 or 6353339. OLE color: 6353339.
HSL color Cylindrical-coordinate representation of color #BBF160: hue angle of 82.34º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BBF160 is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 241 | 96 | - |
| CMYK | 0.22 | 0 | 0.60 | 0.05 |
| HSL | 82.34º | 0.84% | 0.66% | - |
| HSV(B) | 82.34º | 0.6% | 0.95% | - |
| XYZ | 54.06 | 74.32 | 22.56 | - |
| YUV | 208.32 | 64.61 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 241 | 96 | 0.22 | 0 | 0.60 | 0.05 | 82.34 | 0.84 | 0.66 |
| Hex | BB | F1 | 60 | 16 | 0 | 3C | 5 | 52 | 54 | 42 |
| Octal | 273 | 361 | 140 | 26 | 0 | 74 | 5 | 122 | 124 | 102 |
| Binary | 10111011 | 11110001 | 1100000 | 10110 | 0 | 111100 | 101 | 1010010 | 1010100 | 1000010 |
Color Harmonies of #BBF160
Complementary color
Monochromatic Colors of #BBF160
Black with #BBF160
Text Example
Text Example
White with #BBF160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF160; }
p { color: rgb(187,241,96); }
H1.HeaderClassName
{
color: #BBF160;
}
.AnyTagClassName
{
color: #BBF160;
}
</style>
background-color css
<style>
a { background-color: #BBF160; }
a { background-color: rgb(187,241,96); }
div.DivClassName
{
background-color: #BBF160;
}
.BgClassName
{
background-color: #BBF160;
}
</style>
border-color css
<style>
span { border-color: #BBF160; }
span { border-color: rgb(187,241,96); }
td.TdClassName
{
border-color: #BBF160;
}
.TagClassName
{
border-color: #BBF160;
}
</style>