Shades of Inch Worm #BAF321
Tints of Inch Worm #BAF321
RGB
CMYK
RGB Variations
Color information
#BAF321 (or 0xBAF321) is known color: Inch Worm. HEX triplet: BA, F3 and 21. RGB value is (186,243,33). Sum of RGB (Red+Green+Blue) = 186+243+33=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 243 (95.31% from 255 or 52.60% from 462); Blue value is 33 (13.28% from 255 or 7.14% from 462); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF321 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF321 is #450CDE. Grayscale: #CACACA. Windows color (decimal): -4525279 or 2225082. OLE color: 2225082.
HSL color Cylindrical-coordinate representation of color #BAF321: hue angle of 76.29º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BAF321 is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 243 | 33 | - |
| CMYK | 0.23 | 0 | 0.86 | 0.05 |
| HSL | 76.29º | 0.9% | 0.54% | - |
| HSV(B) | 76.29º | 0.86% | 0.95% | - |
| XYZ | 52.57 | 74.65 | 13.08 | - |
| YUV | 202.02 | 32.62 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 243 | 33 | 0.23 | 0 | 0.86 | 0.05 | 76.29 | 0.9 | 0.54 |
| Hex | BA | F3 | 21 | 17 | 0 | 56 | 5 | 4C | 5A | 36 |
| Octal | 272 | 363 | 41 | 27 | 0 | 126 | 5 | 114 | 132 | 66 |
| Binary | 10111010 | 11110011 | 100001 | 10111 | 0 | 1010110 | 101 | 1001100 | 1011010 | 110110 |
Color Harmonies of #BAF321
Complementary color
Monochromatic Colors of #BAF321
Black with #BAF321
Text Example
Text Example
White with #BAF321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF321; }
p { color: rgb(186,243,33); }
H1.HeaderClassName
{
color: #BAF321;
}
.AnyTagClassName
{
color: #BAF321;
}
</style>
background-color css
<style>
a { background-color: #BAF321; }
a { background-color: rgb(186,243,33); }
div.DivClassName
{
background-color: #BAF321;
}
.BgClassName
{
background-color: #BAF321;
}
</style>
border-color css
<style>
span { border-color: #BAF321; }
span { border-color: rgb(186,243,33); }
td.TdClassName
{
border-color: #BAF321;
}
.TagClassName
{
border-color: #BAF321;
}
</style>