Shades of Inch Worm #BAEA10
Tints of Inch Worm #BAEA10
RGB
CMYK
RGB Variations
Color information
#BAEA10 (or 0xBAEA10) is known color: Inch Worm. HEX triplet: BA, EA and 10. RGB value is (186,234,16). Sum of RGB (Red+Green+Blue) = 186+234+16=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 234 (91.80% from 255 or 53.67% from 436); Blue value is 16 (6.64% from 255 or 3.67% from 436); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEA10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAEA10 is #4515EF. Grayscale: #C3C3C3. Windows color (decimal): -4527600 or 1108666. OLE color: 1108666.
HSL color Cylindrical-coordinate representation of color #BAEA10: hue angle of 73.21º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BAEA10 is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 234 | 16 | - |
| CMYK | 0.21 | 0 | 0.93 | 0.08 |
| HSL | 73.21º | 0.87% | 0.49% | - |
| HSV(B) | 73.21º | 0.93% | 0.92% | - |
| XYZ | 49.77 | 69.32 | 11.25 | - |
| YUV | 194.8 | 27.1 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 234 | 16 | 0.21 | 0 | 0.93 | 0.08 | 73.21 | 0.87 | 0.49 |
| Hex | BA | EA | 10 | 15 | 0 | 5D | 8 | 49 | 57 | 31 |
| Octal | 272 | 352 | 20 | 25 | 0 | 135 | 10 | 111 | 127 | 61 |
| Binary | 10111010 | 11101010 | 10000 | 10101 | 0 | 1011101 | 1000 | 1001001 | 1010111 | 110001 |
Color Harmonies of #BAEA10
Complementary color
Monochromatic Colors of #BAEA10
Black with #BAEA10
Text Example
Text Example
White with #BAEA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEA10; }
p { color: rgb(186,234,16); }
H1.HeaderClassName
{
color: #BAEA10;
}
.AnyTagClassName
{
color: #BAEA10;
}
</style>
background-color css
<style>
a { background-color: #BAEA10; }
a { background-color: rgb(186,234,16); }
div.DivClassName
{
background-color: #BAEA10;
}
.BgClassName
{
background-color: #BAEA10;
}
</style>
border-color css
<style>
span { border-color: #BAEA10; }
span { border-color: rgb(186,234,16); }
td.TdClassName
{
border-color: #BAEA10;
}
.TagClassName
{
border-color: #BAEA10;
}
</style>