Shades of Conifer #BBF962
Tints of Conifer #BBF962
RGB
CMYK
RGB Variations
Color information
#BBF962 (or 0xBBF962) is known color: Conifer. HEX triplet: BB, F9 and 62. RGB value is (187,249,98). Sum of RGB (Red+Green+Blue) = 187+249+98=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 249 (97.66% from 255 or 46.63% from 534); Blue value is 98 (38.67% from 255 or 18.35% from 534); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF962 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF962 is #44069D. Grayscale: #D5D5D5. Windows color (decimal): -4458142 or 6486459. OLE color: 6486459.
HSL color Cylindrical-coordinate representation of color #BBF962: hue angle of 84.64º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BBF962 is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 249 | 98 | - |
| CMYK | 0.25 | 0 | 0.61 | 0.02 |
| HSL | 84.64º | 0.93% | 0.68% | - |
| HSV(B) | 84.64º | 0.61% | 0.98% | - |
| XYZ | 56.57 | 79.2 | 23.86 | - |
| YUV | 213.25 | 62.96 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 249 | 98 | 0.25 | 0 | 0.61 | 0.02 | 84.64 | 0.93 | 0.68 |
| Hex | BB | F9 | 62 | 19 | 0 | 3D | 2 | 55 | 5D | 44 |
| Octal | 273 | 371 | 142 | 31 | 0 | 75 | 2 | 125 | 135 | 104 |
| Binary | 10111011 | 11111001 | 1100010 | 11001 | 0 | 111101 | 10 | 1010101 | 1011101 | 1000100 |
Color Harmonies of #BBF962
Complementary color
Monochromatic Colors of #BBF962
Black with #BBF962
Text Example
Text Example
White with #BBF962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF962; }
p { color: rgb(187,249,98); }
H1.HeaderClassName
{
color: #BBF962;
}
.AnyTagClassName
{
color: #BBF962;
}
</style>
background-color css
<style>
a { background-color: #BBF962; }
a { background-color: rgb(187,249,98); }
div.DivClassName
{
background-color: #BBF962;
}
.BgClassName
{
background-color: #BBF962;
}
</style>
border-color css
<style>
span { border-color: #BBF962; }
span { border-color: rgb(187,249,98); }
td.TdClassName
{
border-color: #BBF962;
}
.TagClassName
{
border-color: #BBF962;
}
</style>