Shades of Conifer #BAF856
Tints of Conifer #BAF856
RGB
CMYK
RGB Variations
Color information
#BAF856 (or 0xBAF856) is known color: Conifer. HEX triplet: BA, F8 and 56. RGB value is (186,248,86). Sum of RGB (Red+Green+Blue) = 186+248+86=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 248 (97.27% from 255 or 47.69% from 520); Blue value is 86 (33.98% from 255 or 16.54% from 520); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF856 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF856 is #4507A9. Grayscale: #D3D3D3. Windows color (decimal): -4523946 or 5699770. OLE color: 5699770.
HSL color Cylindrical-coordinate representation of color #BAF856: hue angle of 82.96º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BAF856 is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 248 | 86 | - |
| CMYK | 0.25 | 0 | 0.65 | 0.03 |
| HSL | 82.96º | 0.92% | 0.65% | - |
| HSV(B) | 82.96º | 0.65% | 0.97% | - |
| XYZ | 55.5 | 78.25 | 20.98 | - |
| YUV | 210.99 | 57.46 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 248 | 86 | 0.25 | 0 | 0.65 | 0.03 | 82.96 | 0.92 | 0.65 |
| Hex | BA | F8 | 56 | 19 | 0 | 41 | 3 | 53 | 5C | 41 |
| Octal | 272 | 370 | 126 | 31 | 0 | 101 | 3 | 123 | 134 | 101 |
| Binary | 10111010 | 11111000 | 1010110 | 11001 | 0 | 1000001 | 11 | 1010011 | 1011100 | 1000001 |
Color Harmonies of #BAF856
Complementary color
Monochromatic Colors of #BAF856
Black with #BAF856
Text Example
Text Example
White with #BAF856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF856; }
p { color: rgb(186,248,86); }
H1.HeaderClassName
{
color: #BAF856;
}
.AnyTagClassName
{
color: #BAF856;
}
</style>
background-color css
<style>
a { background-color: #BAF856; }
a { background-color: rgb(186,248,86); }
div.DivClassName
{
background-color: #BAF856;
}
.BgClassName
{
background-color: #BAF856;
}
</style>
border-color css
<style>
span { border-color: #BAF856; }
span { border-color: rgb(186,248,86); }
td.TdClassName
{
border-color: #BAF856;
}
.TagClassName
{
border-color: #BAF856;
}
</style>