Shades of Inch Worm #BAE61B
Tints of Inch Worm #BAE61B
RGB
CMYK
RGB Variations
Color information
#BAE61B (or 0xBAE61B) is known color: Inch Worm. HEX triplet: BA, E6 and 1B. RGB value is (186,230,27). Sum of RGB (Red+Green+Blue) = 186+230+27=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 230 (90.23% from 255 or 51.92% from 443); Blue value is 27 (10.94% from 255 or 6.09% from 443); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE61B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE61B is #4519E4. Grayscale: #C2C2C2. Windows color (decimal): -4528613 or 1828538. OLE color: 1828538.
HSL color Cylindrical-coordinate representation of color #BAE61B: hue angle of 73º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BAE61B is Cyan = 0.19, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 230 | 27 | - |
| CMYK | 0.19 | 0 | 0.88 | 0.10 |
| HSL | 73º | 0.8% | 0.5% | - |
| HSV(B) | 73º | 0.88% | 0.9% | - |
| XYZ | 48.74 | 67.11 | 11.42 | - |
| YUV | 193.7 | 33.92 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 230 | 27 | 0.19 | 0 | 0.88 | 0.10 | 73 | 0.8 | 0.5 |
| Hex | BA | E6 | 1B | 13 | 0 | 58 | A | 49 | 50 | 32 |
| Octal | 272 | 346 | 33 | 23 | 0 | 130 | 12 | 111 | 120 | 62 |
| Binary | 10111010 | 11100110 | 11011 | 10011 | 0 | 1011000 | 1010 | 1001001 | 1010000 | 110010 |
Color Harmonies of #BAE61B
Complementary color
Monochromatic Colors of #BAE61B
Black with #BAE61B
Text Example
Text Example
White with #BAE61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE61B; }
p { color: rgb(186,230,27); }
H1.HeaderClassName
{
color: #BAE61B;
}
.AnyTagClassName
{
color: #BAE61B;
}
</style>
background-color css
<style>
a { background-color: #BAE61B; }
a { background-color: rgb(186,230,27); }
div.DivClassName
{
background-color: #BAE61B;
}
.BgClassName
{
background-color: #BAE61B;
}
</style>
border-color css
<style>
span { border-color: #BAE61B; }
span { border-color: rgb(186,230,27); }
td.TdClassName
{
border-color: #BAE61B;
}
.TagClassName
{
border-color: #BAE61B;
}
</style>