Shades of Conifer #BAF149
Tints of Conifer #BAF149
RGB
CMYK
RGB Variations
Color information
#BAF149 (or 0xBAF149) is known color: Conifer. HEX triplet: BA, F1 and 49. RGB value is (186,241,73). Sum of RGB (Red+Green+Blue) = 186+241+73=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 241 (94.53% from 255 or 48.2% from 500); Blue value is 73 (28.91% from 255 or 14.6% from 500); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF149 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF149 is #450EB6. Grayscale: #CECECE. Windows color (decimal): -4525751 or 4846010. OLE color: 4846010.
HSL color Cylindrical-coordinate representation of color #BAF149: hue angle of 79.64º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BAF149 is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 241 | 73 | - |
| CMYK | 0.23 | 0 | 0.70 | 0.05 |
| HSL | 79.64º | 0.86% | 0.62% | - |
| HSV(B) | 79.64º | 0.7% | 0.95% | - |
| XYZ | 52.91 | 73.83 | 17.77 | - |
| YUV | 205.4 | 53.28 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 241 | 73 | 0.23 | 0 | 0.70 | 0.05 | 79.64 | 0.86 | 0.62 |
| Hex | BA | F1 | 49 | 17 | 0 | 46 | 5 | 50 | 56 | 3E |
| Octal | 272 | 361 | 111 | 27 | 0 | 106 | 5 | 120 | 126 | 76 |
| Binary | 10111010 | 11110001 | 1001001 | 10111 | 0 | 1000110 | 101 | 1010000 | 1010110 | 111110 |
Color Harmonies of #BAF149
Complementary color
Monochromatic Colors of #BAF149
Black with #BAF149
Text Example
Text Example
White with #BAF149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF149; }
p { color: rgb(186,241,73); }
H1.HeaderClassName
{
color: #BAF149;
}
.AnyTagClassName
{
color: #BAF149;
}
</style>
background-color css
<style>
a { background-color: #BAF149; }
a { background-color: rgb(186,241,73); }
div.DivClassName
{
background-color: #BAF149;
}
.BgClassName
{
background-color: #BAF149;
}
</style>
border-color css
<style>
span { border-color: #BAF149; }
span { border-color: rgb(186,241,73); }
td.TdClassName
{
border-color: #BAF149;
}
.TagClassName
{
border-color: #BAF149;
}
</style>