Shades of Green Yellow #BAF949
Tints of Green Yellow #BAF949
RGB
CMYK
RGB Variations
Color information
#BAF949 (or 0xBAF949) is known color: Green Yellow. HEX triplet: BA, F9 and 49. RGB value is (186,249,73). Sum of RGB (Red+Green+Blue) = 186+249+73=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 249 (97.66% from 255 or 49.02% from 508); Blue value is 73 (28.91% from 255 or 14.37% from 508); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF949 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF949 is #4506B6. Grayscale: #D2D2D2. Windows color (decimal): -4523703 or 4848058. OLE color: 4848058.
HSL color Cylindrical-coordinate representation of color #BAF949: hue angle of 81.48º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BAF949 is Cyan = 0.25, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 249 | 73 | - |
| CMYK | 0.25 | 0 | 0.71 | 0.02 |
| HSL | 81.48º | 0.94% | 0.63% | - |
| HSV(B) | 81.48º | 0.71% | 0.98% | - |
| XYZ | 55.33 | 78.67 | 18.57 | - |
| YUV | 210.1 | 50.63 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 249 | 73 | 0.25 | 0 | 0.71 | 0.02 | 81.48 | 0.94 | 0.63 |
| Hex | BA | F9 | 49 | 19 | 0 | 47 | 2 | 51 | 5E | 3F |
| Octal | 272 | 371 | 111 | 31 | 0 | 107 | 2 | 121 | 136 | 77 |
| Binary | 10111010 | 11111001 | 1001001 | 11001 | 0 | 1000111 | 10 | 1010001 | 1011110 | 111111 |
Color Harmonies of #BAF949
Complementary color
Monochromatic Colors of #BAF949
Black with #BAF949
Text Example
Text Example
White with #BAF949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF949; }
p { color: rgb(186,249,73); }
H1.HeaderClassName
{
color: #BAF949;
}
.AnyTagClassName
{
color: #BAF949;
}
</style>
background-color css
<style>
a { background-color: #BAF949; }
a { background-color: rgb(186,249,73); }
div.DivClassName
{
background-color: #BAF949;
}
.BgClassName
{
background-color: #BAF949;
}
</style>
border-color css
<style>
span { border-color: #BAF949; }
span { border-color: rgb(186,249,73); }
td.TdClassName
{
border-color: #BAF949;
}
.TagClassName
{
border-color: #BAF949;
}
</style>