Shades of Inch Worm #BAE81B
Tints of Inch Worm #BAE81B
RGB
CMYK
RGB Variations
Color information
#BAE81B (or 0xBAE81B) is known color: Inch Worm. HEX triplet: BA, E8 and 1B. RGB value is (186,232,27). Sum of RGB (Red+Green+Blue) = 186+232+27=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 232 (91.02% from 255 or 52.13% from 445); Blue value is 27 (10.94% from 255 or 6.07% from 445); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE81B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE81B is #4517E4. Grayscale: #C3C3C3. Windows color (decimal): -4528101 or 1829050. OLE color: 1829050.
HSL color Cylindrical-coordinate representation of color #BAE81B: hue angle of 73.46º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BAE81B is Cyan = 0.20, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 232 | 27 | - |
| CMYK | 0.20 | 0 | 0.88 | 0.09 |
| HSL | 73.46º | 0.82% | 0.51% | - |
| HSV(B) | 73.46º | 0.88% | 0.91% | - |
| XYZ | 49.3 | 68.23 | 11.61 | - |
| YUV | 194.88 | 33.26 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 232 | 27 | 0.20 | 0 | 0.88 | 0.09 | 73.46 | 0.82 | 0.51 |
| Hex | BA | E8 | 1B | 14 | 0 | 58 | 9 | 49 | 52 | 33 |
| Octal | 272 | 350 | 33 | 24 | 0 | 130 | 11 | 111 | 122 | 63 |
| Binary | 10111010 | 11101000 | 11011 | 10100 | 0 | 1011000 | 1001 | 1001001 | 1010010 | 110011 |
Color Harmonies of #BAE81B
Complementary color
Monochromatic Colors of #BAE81B
Black with #BAE81B
Text Example
Text Example
White with #BAE81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE81B; }
p { color: rgb(186,232,27); }
H1.HeaderClassName
{
color: #BAE81B;
}
.AnyTagClassName
{
color: #BAE81B;
}
</style>
background-color css
<style>
a { background-color: #BAE81B; }
a { background-color: rgb(186,232,27); }
div.DivClassName
{
background-color: #BAE81B;
}
.BgClassName
{
background-color: #BAE81B;
}
</style>
border-color css
<style>
span { border-color: #BAE81B; }
span { border-color: rgb(186,232,27); }
td.TdClassName
{
border-color: #BAE81B;
}
.TagClassName
{
border-color: #BAE81B;
}
</style>