Shades of Conifer #BBF95C
Tints of Conifer #BBF95C
RGB
CMYK
RGB Variations
Color information
#BBF95C (or 0xBBF95C) is known color: Conifer. HEX triplet: BB, F9 and 5C. RGB value is (187,249,92). Sum of RGB (Red+Green+Blue) = 187+249+92=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 249 (97.66% from 255 or 47.16% from 528); Blue value is 92 (36.33% from 255 or 17.42% from 528); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF95C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF95C is #4406A3. Grayscale: #D5D5D5. Windows color (decimal): -4458148 or 6093243. OLE color: 6093243.
HSL color Cylindrical-coordinate representation of color #BBF95C: hue angle of 83.69º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BBF95C is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 249 | 92 | - |
| CMYK | 0.25 | 0 | 0.63 | 0.02 |
| HSL | 83.69º | 0.93% | 0.67% | - |
| HSV(B) | 83.69º | 0.63% | 0.98% | - |
| XYZ | 56.3 | 79.09 | 22.42 | - |
| YUV | 212.56 | 59.96 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 249 | 92 | 0.25 | 0 | 0.63 | 0.02 | 83.69 | 0.93 | 0.67 |
| Hex | BB | F9 | 5C | 19 | 0 | 3F | 2 | 54 | 5D | 43 |
| Octal | 273 | 371 | 134 | 31 | 0 | 77 | 2 | 124 | 135 | 103 |
| Binary | 10111011 | 11111001 | 1011100 | 11001 | 0 | 111111 | 10 | 1010100 | 1011101 | 1000011 |
Color Harmonies of #BBF95C
Complementary color
Monochromatic Colors of #BBF95C
Black with #BBF95C
Text Example
Text Example
White with #BBF95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF95C; }
p { color: rgb(187,249,92); }
H1.HeaderClassName
{
color: #BBF95C;
}
.AnyTagClassName
{
color: #BBF95C;
}
</style>
background-color css
<style>
a { background-color: #BBF95C; }
a { background-color: rgb(187,249,92); }
div.DivClassName
{
background-color: #BBF95C;
}
.BgClassName
{
background-color: #BBF95C;
}
</style>
border-color css
<style>
span { border-color: #BBF95C; }
span { border-color: rgb(187,249,92); }
td.TdClassName
{
border-color: #BBF95C;
}
.TagClassName
{
border-color: #BBF95C;
}
</style>