Shades of Conifer #BAF156
Tints of Conifer #BAF156
RGB
CMYK
RGB Variations
Color information
#BAF156 (or 0xBAF156) is known color: Conifer. HEX triplet: BA, F1 and 56. RGB value is (186,241,86). Sum of RGB (Red+Green+Blue) = 186+241+86=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 241 (94.53% from 255 or 46.98% from 513); Blue value is 86 (33.98% from 255 or 16.76% from 513); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF156 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF156 is #450EA9. Grayscale: #CFCFCF. Windows color (decimal): -4525738 or 5697978. OLE color: 5697978.
HSL color Cylindrical-coordinate representation of color #BAF156: hue angle of 81.29º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BAF156 is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 241 | 86 | - |
| CMYK | 0.23 | 0 | 0.64 | 0.05 |
| HSL | 81.29º | 0.85% | 0.64% | - |
| HSV(B) | 81.29º | 0.64% | 0.95% | - |
| XYZ | 53.38 | 74.02 | 20.28 | - |
| YUV | 206.89 | 59.78 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 241 | 86 | 0.23 | 0 | 0.64 | 0.05 | 81.29 | 0.85 | 0.64 |
| Hex | BA | F1 | 56 | 17 | 0 | 40 | 5 | 51 | 55 | 40 |
| Octal | 272 | 361 | 126 | 27 | 0 | 100 | 5 | 121 | 125 | 100 |
| Binary | 10111010 | 11110001 | 1010110 | 10111 | 0 | 1000000 | 101 | 1010001 | 1010101 | 1000000 |
Color Harmonies of #BAF156
Complementary color
Monochromatic Colors of #BAF156
Black with #BAF156
Text Example
Text Example
White with #BAF156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF156; }
p { color: rgb(186,241,86); }
H1.HeaderClassName
{
color: #BAF156;
}
.AnyTagClassName
{
color: #BAF156;
}
</style>
background-color css
<style>
a { background-color: #BAF156; }
a { background-color: rgb(186,241,86); }
div.DivClassName
{
background-color: #BAF156;
}
.BgClassName
{
background-color: #BAF156;
}
</style>
border-color css
<style>
span { border-color: #BAF156; }
span { border-color: rgb(186,241,86); }
td.TdClassName
{
border-color: #BAF156;
}
.TagClassName
{
border-color: #BAF156;
}
</style>