Shades of Conifer #BBF660
Tints of Conifer #BBF660
RGB
CMYK
RGB Variations
Color information
#BBF660 (or 0xBBF660) is known color: Conifer. HEX triplet: BB, F6 and 60. RGB value is (187,246,96). Sum of RGB (Red+Green+Blue) = 187+246+96=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 246 (96.48% from 255 or 46.50% from 529); Blue value is 96 (37.89% from 255 or 18.15% from 529); Max value from RGB is 246 - color contains mainly: green. Hex color #BBF660 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF660 is #44099F. Grayscale: #D3D3D3. Windows color (decimal): -4458912 or 6354619. OLE color: 6354619.
HSL color Cylindrical-coordinate representation of color #BBF660: hue angle of 83.6º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BBF660 is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 246 | 96 | - |
| CMYK | 0.24 | 0 | 0.61 | 0.04 |
| HSL | 83.6º | 0.89% | 0.67% | - |
| HSV(B) | 83.6º | 0.61% | 0.96% | - |
| XYZ | 55.56 | 77.32 | 23.06 | - |
| YUV | 211.26 | 62.95 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 246 | 96 | 0.24 | 0 | 0.61 | 0.04 | 83.6 | 0.89 | 0.67 |
| Hex | BB | F6 | 60 | 18 | 0 | 3D | 4 | 54 | 59 | 43 |
| Octal | 273 | 366 | 140 | 30 | 0 | 75 | 4 | 124 | 131 | 103 |
| Binary | 10111011 | 11110110 | 1100000 | 11000 | 0 | 111101 | 100 | 1010100 | 1011001 | 1000011 |
Color Harmonies of #BBF660
Complementary color
Monochromatic Colors of #BBF660
Black with #BBF660
Text Example
Text Example
White with #BBF660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF660; }
p { color: rgb(187,246,96); }
H1.HeaderClassName
{
color: #BBF660;
}
.AnyTagClassName
{
color: #BBF660;
}
</style>
background-color css
<style>
a { background-color: #BBF660; }
a { background-color: rgb(187,246,96); }
div.DivClassName
{
background-color: #BBF660;
}
.BgClassName
{
background-color: #BBF660;
}
</style>
border-color css
<style>
span { border-color: #BBF660; }
span { border-color: rgb(187,246,96); }
td.TdClassName
{
border-color: #BBF660;
}
.TagClassName
{
border-color: #BBF660;
}
</style>