Shades of Inch Worm #BAEA0C
Tints of Inch Worm #BAEA0C
RGB
CMYK
RGB Variations
Color information
#BAEA0C (or 0xBAEA0C) is known color: Inch Worm. HEX triplet: BA, EA and 0C. RGB value is (186,234,12). Sum of RGB (Red+Green+Blue) = 186+234+12=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 234 (91.80% from 255 or 54.17% from 432); Blue value is 12 (5.08% from 255 or 2.78% from 432); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEA0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAEA0C is #4515F3. Grayscale: #C3C3C3. Windows color (decimal): -4527604 or 846522. OLE color: 846522.
HSL color Cylindrical-coordinate representation of color #BAEA0C: hue angle of 72.97º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BAEA0C is Cyan = 0.21, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 234 | 12 | - |
| CMYK | 0.21 | 0 | 0.95 | 0.08 |
| HSL | 72.97º | 0.9% | 0.48% | - |
| HSV(B) | 72.97º | 0.95% | 0.92% | - |
| XYZ | 49.74 | 69.31 | 11.1 | - |
| YUV | 194.34 | 25.1 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 234 | 12 | 0.21 | 0 | 0.95 | 0.08 | 72.97 | 0.9 | 0.48 |
| Hex | BA | EA | C | 15 | 0 | 5F | 8 | 49 | 5A | 30 |
| Octal | 272 | 352 | 14 | 25 | 0 | 137 | 10 | 111 | 132 | 60 |
| Binary | 10111010 | 11101010 | 1100 | 10101 | 0 | 1011111 | 1000 | 1001001 | 1011010 | 110000 |
Color Harmonies of #BAEA0C
Complementary color
Monochromatic Colors of #BAEA0C
Black with #BAEA0C
Text Example
Text Example
White with #BAEA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEA0C; }
p { color: rgb(186,234,12); }
H1.HeaderClassName
{
color: #BAEA0C;
}
.AnyTagClassName
{
color: #BAEA0C;
}
</style>
background-color css
<style>
a { background-color: #BAEA0C; }
a { background-color: rgb(186,234,12); }
div.DivClassName
{
background-color: #BAEA0C;
}
.BgClassName
{
background-color: #BAEA0C;
}
</style>
border-color css
<style>
span { border-color: #BAEA0C; }
span { border-color: rgb(186,234,12); }
td.TdClassName
{
border-color: #BAEA0C;
}
.TagClassName
{
border-color: #BAEA0C;
}
</style>