Shades of Green Yellow #BAF932
Tints of Green Yellow #BAF932
RGB
CMYK
RGB Variations
Color information
#BAF932 (or 0xBAF932) is known color: Green Yellow. HEX triplet: BA, F9 and 32. RGB value is (186,249,50). Sum of RGB (Red+Green+Blue) = 186+249+50=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 249 (97.66% from 255 or 51.34% from 485); Blue value is 50 (19.92% from 255 or 10.31% from 485); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF932 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF932 is #4506CD. Grayscale: #D0D0D0. Windows color (decimal): -4523726 or 3340730. OLE color: 3340730.
HSL color Cylindrical-coordinate representation of color #BAF932: hue angle of 78.99º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BAF932 is Cyan = 0.25, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 249 | 50 | - |
| CMYK | 0.25 | 0 | 0.80 | 0.02 |
| HSL | 78.99º | 0.94% | 0.59% | - |
| HSV(B) | 78.99º | 0.8% | 0.98% | - |
| XYZ | 54.7 | 78.42 | 15.27 | - |
| YUV | 207.48 | 39.13 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 249 | 50 | 0.25 | 0 | 0.80 | 0.02 | 78.99 | 0.94 | 0.59 |
| Hex | BA | F9 | 32 | 19 | 0 | 50 | 2 | 4F | 5E | 3B |
| Octal | 272 | 371 | 62 | 31 | 0 | 120 | 2 | 117 | 136 | 73 |
| Binary | 10111010 | 11111001 | 110010 | 11001 | 0 | 1010000 | 10 | 1001111 | 1011110 | 111011 |
Color Harmonies of #BAF932
Complementary color
Monochromatic Colors of #BAF932
Black with #BAF932
Text Example
Text Example
White with #BAF932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF932; }
p { color: rgb(186,249,50); }
H1.HeaderClassName
{
color: #BAF932;
}
.AnyTagClassName
{
color: #BAF932;
}
</style>
background-color css
<style>
a { background-color: #BAF932; }
a { background-color: rgb(186,249,50); }
div.DivClassName
{
background-color: #BAF932;
}
.BgClassName
{
background-color: #BAF932;
}
</style>
border-color css
<style>
span { border-color: #BAF932; }
span { border-color: rgb(186,249,50); }
td.TdClassName
{
border-color: #BAF932;
}
.TagClassName
{
border-color: #BAF932;
}
</style>