Shades of Inch Worm #BAF409
Tints of Inch Worm #BAF409
RGB
CMYK
RGB Variations
Color information
#BAF409 (or 0xBAF409) is known color: Inch Worm. HEX triplet: BA, F4 and 09. RGB value is (186,244,9). Sum of RGB (Red+Green+Blue) = 186+244+9=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 244 (95.70% from 255 or 55.58% from 439); Blue value is 9 (3.91% from 255 or 2.05% from 439); Max value from RGB is 244 - color contains mainly: green. Hex color #BAF409 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF409 is #450BF6. Grayscale: #C8C8C8. Windows color (decimal): -4525047 or 652474. OLE color: 652474.
HSL color Cylindrical-coordinate representation of color #BAF409: hue angle of 74.81º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BAF409 is Cyan = 0.24, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 244 | 9 | - |
| CMYK | 0.24 | 0 | 0.96 | 0.04 |
| HSL | 74.81º | 0.93% | 0.5% | - |
| HSV(B) | 74.81º | 0.96% | 0.96% | - |
| XYZ | 52.65 | 75.16 | 11.99 | - |
| YUV | 199.87 | 20.28 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 244 | 9 | 0.24 | 0 | 0.96 | 0.04 | 74.81 | 0.93 | 0.5 |
| Hex | BA | F4 | 9 | 18 | 0 | 60 | 4 | 4B | 5D | 32 |
| Octal | 272 | 364 | 11 | 30 | 0 | 140 | 4 | 113 | 135 | 62 |
| Binary | 10111010 | 11110100 | 1001 | 11000 | 0 | 1100000 | 100 | 1001011 | 1011101 | 110010 |
Color Harmonies of #BAF409
Complementary color
Monochromatic Colors of #BAF409
Black with #BAF409
Text Example
Text Example
White with #BAF409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF409; }
p { color: rgb(186,244,9); }
H1.HeaderClassName
{
color: #BAF409;
}
.AnyTagClassName
{
color: #BAF409;
}
</style>
background-color css
<style>
a { background-color: #BAF409; }
a { background-color: rgb(186,244,9); }
div.DivClassName
{
background-color: #BAF409;
}
.BgClassName
{
background-color: #BAF409;
}
</style>
border-color css
<style>
span { border-color: #BAF409; }
span { border-color: rgb(186,244,9); }
td.TdClassName
{
border-color: #BAF409;
}
.TagClassName
{
border-color: #BAF409;
}
</style>