Shades of Conifer #BAF862
Tints of Conifer #BAF862
RGB
CMYK
RGB Variations
Color information
#BAF862 (or 0xBAF862) is known color: Conifer. HEX triplet: BA, F8 and 62. RGB value is (186,248,98). Sum of RGB (Red+Green+Blue) = 186+248+98=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 248 (97.27% from 255 or 46.62% from 532); Blue value is 98 (38.67% from 255 or 18.42% from 532); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF862 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF862 is #45079D. Grayscale: #D4D4D4. Windows color (decimal): -4523934 or 6486202. OLE color: 6486202.
HSL color Cylindrical-coordinate representation of color #BAF862: hue angle of 84.8º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BAF862 is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 248 | 98 | - |
| CMYK | 0.25 | 0 | 0.60 | 0.03 |
| HSL | 84.8º | 0.91% | 0.68% | - |
| HSV(B) | 84.8º | 0.6% | 0.97% | - |
| XYZ | 56.02 | 78.46 | 23.75 | - |
| YUV | 212.36 | 63.46 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 248 | 98 | 0.25 | 0 | 0.60 | 0.03 | 84.8 | 0.91 | 0.68 |
| Hex | BA | F8 | 62 | 19 | 0 | 3C | 3 | 55 | 5B | 44 |
| Octal | 272 | 370 | 142 | 31 | 0 | 74 | 3 | 125 | 133 | 104 |
| Binary | 10111010 | 11111000 | 1100010 | 11001 | 0 | 111100 | 11 | 1010101 | 1011011 | 1000100 |
Color Harmonies of #BAF862
Complementary color
Monochromatic Colors of #BAF862
Black with #BAF862
Text Example
Text Example
White with #BAF862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF862; }
p { color: rgb(186,248,98); }
H1.HeaderClassName
{
color: #BAF862;
}
.AnyTagClassName
{
color: #BAF862;
}
</style>
background-color css
<style>
a { background-color: #BAF862; }
a { background-color: rgb(186,248,98); }
div.DivClassName
{
background-color: #BAF862;
}
.BgClassName
{
background-color: #BAF862;
}
</style>
border-color css
<style>
span { border-color: #BAF862; }
span { border-color: rgb(186,248,98); }
td.TdClassName
{
border-color: #BAF862;
}
.TagClassName
{
border-color: #BAF862;
}
</style>