Shades of Inch Worm #BAF319
Tints of Inch Worm #BAF319
RGB
CMYK
RGB Variations
Color information
#BAF319 (or 0xBAF319) is known color: Inch Worm. HEX triplet: BA, F3 and 19. RGB value is (186,243,25). Sum of RGB (Red+Green+Blue) = 186+243+25=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 243 (95.31% from 255 or 53.52% from 454); Blue value is 25 (10.16% from 255 or 5.51% from 454); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF319 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF319 is #450CE6. Grayscale: #C9C9C9. Windows color (decimal): -4525287 or 1700794. OLE color: 1700794.
HSL color Cylindrical-coordinate representation of color #BAF319: hue angle of 75.69º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BAF319 is Cyan = 0.23, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 243 | 25 | - |
| CMYK | 0.23 | 0 | 0.90 | 0.05 |
| HSL | 75.69º | 0.9% | 0.53% | - |
| HSV(B) | 75.69º | 0.9% | 0.95% | - |
| XYZ | 52.48 | 74.61 | 12.56 | - |
| YUV | 201.11 | 28.62 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 243 | 25 | 0.23 | 0 | 0.90 | 0.05 | 75.69 | 0.9 | 0.53 |
| Hex | BA | F3 | 19 | 17 | 0 | 5A | 5 | 4C | 5A | 35 |
| Octal | 272 | 363 | 31 | 27 | 0 | 132 | 5 | 114 | 132 | 65 |
| Binary | 10111010 | 11110011 | 11001 | 10111 | 0 | 1011010 | 101 | 1001100 | 1011010 | 110101 |
Color Harmonies of #BAF319
Complementary color
Monochromatic Colors of #BAF319
Black with #BAF319
Text Example
Text Example
White with #BAF319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF319; }
p { color: rgb(186,243,25); }
H1.HeaderClassName
{
color: #BAF319;
}
.AnyTagClassName
{
color: #BAF319;
}
</style>
background-color css
<style>
a { background-color: #BAF319; }
a { background-color: rgb(186,243,25); }
div.DivClassName
{
background-color: #BAF319;
}
.BgClassName
{
background-color: #BAF319;
}
</style>
border-color css
<style>
span { border-color: #BAF319; }
span { border-color: rgb(186,243,25); }
td.TdClassName
{
border-color: #BAF319;
}
.TagClassName
{
border-color: #BAF319;
}
</style>