Shades of Conifer #BAF651
Tints of Conifer #BAF651
RGB
CMYK
RGB Variations
Color information
#BAF651 (or 0xBAF651) is known color: Conifer. HEX triplet: BA, F6 and 51. RGB value is (186,246,81). Sum of RGB (Red+Green+Blue) = 186+246+81=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 246 (96.48% from 255 or 47.95% from 513); Blue value is 81 (32.03% from 255 or 15.79% from 513); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF651 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF651 is #4509AE. Grayscale: #D1D1D1. Windows color (decimal): -4524463 or 5371578. OLE color: 5371578.
HSL color Cylindrical-coordinate representation of color #BAF651: hue angle of 81.82º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BAF651 is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 246 | 81 | - |
| CMYK | 0.24 | 0 | 0.67 | 0.04 |
| HSL | 81.82º | 0.9% | 0.64% | - |
| HSV(B) | 81.82º | 0.67% | 0.96% | - |
| XYZ | 54.69 | 76.94 | 19.75 | - |
| YUV | 209.25 | 55.62 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 246 | 81 | 0.24 | 0 | 0.67 | 0.04 | 81.82 | 0.9 | 0.64 |
| Hex | BA | F6 | 51 | 18 | 0 | 43 | 4 | 52 | 5A | 40 |
| Octal | 272 | 366 | 121 | 30 | 0 | 103 | 4 | 122 | 132 | 100 |
| Binary | 10111010 | 11110110 | 1010001 | 11000 | 0 | 1000011 | 100 | 1010010 | 1011010 | 1000000 |
Color Harmonies of #BAF651
Complementary color
Monochromatic Colors of #BAF651
Black with #BAF651
Text Example
Text Example
White with #BAF651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF651; }
p { color: rgb(186,246,81); }
H1.HeaderClassName
{
color: #BAF651;
}
.AnyTagClassName
{
color: #BAF651;
}
</style>
background-color css
<style>
a { background-color: #BAF651; }
a { background-color: rgb(186,246,81); }
div.DivClassName
{
background-color: #BAF651;
}
.BgClassName
{
background-color: #BAF651;
}
</style>
border-color css
<style>
span { border-color: #BAF651; }
span { border-color: rgb(186,246,81); }
td.TdClassName
{
border-color: #BAF651;
}
.TagClassName
{
border-color: #BAF651;
}
</style>