Shades of Conifer #BBFA5A
Tints of Conifer #BBFA5A
RGB
CMYK
RGB Variations
Color information
#BBFA5A (or 0xBBFA5A) is known color: Conifer. HEX triplet: BB, FA and 5A. RGB value is (187,250,90). Sum of RGB (Red+Green+Blue) = 187+250+90=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 250 (98.05% from 255 or 47.44% from 527); Blue value is 90 (35.55% from 255 or 17.08% from 527); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFA5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBFA5A is #4405A5. Grayscale: #D5D5D5. Windows color (decimal): -4457894 or 5962427. OLE color: 5962427.
HSL color Cylindrical-coordinate representation of color #BBFA5A: hue angle of 83.62º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BBFA5A is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 250 | 90 | - |
| CMYK | 0.25 | 0 | 0.64 | 0.02 |
| HSL | 83.63º | 0.94% | 0.67% | - |
| HSV(B) | 83.63º | 0.64% | 0.98% | - |
| XYZ | 56.52 | 79.67 | 22.07 | - |
| YUV | 212.92 | 58.63 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 250 | 90 | 0.25 | 0 | 0.64 | 0.02 | 83.63 | 0.94 | 0.67 |
| Hex | BB | FA | 5A | 19 | 0 | 40 | 2 | 54 | 5E | 43 |
| Octal | 273 | 372 | 132 | 31 | 0 | 100 | 2 | 124 | 136 | 103 |
| Binary | 10111011 | 11111010 | 1011010 | 11001 | 0 | 1000000 | 10 | 1010100 | 1011110 | 1000011 |
Color Harmonies of #BBFA5A
Complementary color
Monochromatic Colors of #BBFA5A
Black with #BBFA5A
Text Example
Text Example
White with #BBFA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFA5A; }
p { color: rgb(187,250,90); }
H1.HeaderClassName
{
color: #BBFA5A;
}
.AnyTagClassName
{
color: #BBFA5A;
}
</style>
background-color css
<style>
a { background-color: #BBFA5A; }
a { background-color: rgb(187,250,90); }
div.DivClassName
{
background-color: #BBFA5A;
}
.BgClassName
{
background-color: #BBFA5A;
}
</style>
border-color css
<style>
span { border-color: #BBFA5A; }
span { border-color: rgb(187,250,90); }
td.TdClassName
{
border-color: #BBFA5A;
}
.TagClassName
{
border-color: #BBFA5A;
}
</style>