Shades of Inch Worm #BAEA08
Tints of Inch Worm #BAEA08
RGB
CMYK
RGB Variations
Color information
#BAEA08 (or 0xBAEA08) is known color: Inch Worm. HEX triplet: BA, EA and 08. RGB value is (186,234,8). Sum of RGB (Red+Green+Blue) = 186+234+8=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 234 (91.80% from 255 or 54.67% from 428); Blue value is 8 (3.52% from 255 or 1.87% from 428); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEA08 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAEA08 is #4515F7. Grayscale: #C2C2C2. Windows color (decimal): -4527608 or 584378. OLE color: 584378.
HSL color Cylindrical-coordinate representation of color #BAEA08: hue angle of 72.74º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BAEA08 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 234 | 8 | - |
| CMYK | 0.21 | 0 | 0.97 | 0.08 |
| HSL | 72.74º | 0.93% | 0.47% | - |
| HSV(B) | 72.74º | 0.97% | 0.92% | - |
| XYZ | 49.72 | 69.3 | 10.99 | - |
| YUV | 193.88 | 23.1 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 234 | 8 | 0.21 | 0 | 0.97 | 0.08 | 72.74 | 0.93 | 0.47 |
| Hex | BA | EA | 8 | 15 | 0 | 61 | 8 | 49 | 5D | 2F |
| Octal | 272 | 352 | 10 | 25 | 0 | 141 | 10 | 111 | 135 | 57 |
| Binary | 10111010 | 11101010 | 1000 | 10101 | 0 | 1100001 | 1000 | 1001001 | 1011101 | 101111 |
Color Harmonies of #BAEA08
Complementary color
Monochromatic Colors of #BAEA08
Black with #BAEA08
Text Example
Text Example
White with #BAEA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEA08; }
p { color: rgb(186,234,8); }
H1.HeaderClassName
{
color: #BAEA08;
}
.AnyTagClassName
{
color: #BAEA08;
}
</style>
background-color css
<style>
a { background-color: #BAEA08; }
a { background-color: rgb(186,234,8); }
div.DivClassName
{
background-color: #BAEA08;
}
.BgClassName
{
background-color: #BAEA08;
}
</style>
border-color css
<style>
span { border-color: #BAEA08; }
span { border-color: rgb(186,234,8); }
td.TdClassName
{
border-color: #BAEA08;
}
.TagClassName
{
border-color: #BAEA08;
}
</style>