Shades of Inch Worm #BAE60B
Tints of Inch Worm #BAE60B
RGB
CMYK
RGB Variations
Color information
#BAE60B (or 0xBAE60B) is known color: Inch Worm. HEX triplet: BA, E6 and 0B. RGB value is (186,230,11). Sum of RGB (Red+Green+Blue) = 186+230+11=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 230 (90.23% from 255 or 53.86% from 427); Blue value is 11 (4.69% from 255 or 2.58% from 427); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE60B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAE60B is #4519F4. Grayscale: #C0C0C0. Windows color (decimal): -4528629 or 779962. OLE color: 779962.
HSL color Cylindrical-coordinate representation of color #BAE60B: hue angle of 72.05º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BAE60B is Cyan = 0.19, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 230 | 11 | - |
| CMYK | 0.19 | 0 | 0.95 | 0.10 |
| HSL | 72.05º | 0.91% | 0.47% | - |
| HSV(B) | 72.05º | 0.95% | 0.9% | - |
| XYZ | 48.61 | 67.06 | 10.7 | - |
| YUV | 191.88 | 25.92 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 230 | 11 | 0.19 | 0 | 0.95 | 0.10 | 72.05 | 0.91 | 0.47 |
| Hex | BA | E6 | B | 13 | 0 | 5F | A | 48 | 5B | 2F |
| Octal | 272 | 346 | 13 | 23 | 0 | 137 | 12 | 110 | 133 | 57 |
| Binary | 10111010 | 11100110 | 1011 | 10011 | 0 | 1011111 | 1010 | 1001000 | 1011011 | 101111 |
Color Harmonies of #BAE60B
Complementary color
Monochromatic Colors of #BAE60B
Black with #BAE60B
Text Example
Text Example
White with #BAE60B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE60B; }
p { color: rgb(186,230,11); }
H1.HeaderClassName
{
color: #BAE60B;
}
.AnyTagClassName
{
color: #BAE60B;
}
</style>
background-color css
<style>
a { background-color: #BAE60B; }
a { background-color: rgb(186,230,11); }
div.DivClassName
{
background-color: #BAE60B;
}
.BgClassName
{
background-color: #BAE60B;
}
</style>
border-color css
<style>
span { border-color: #BAE60B; }
span { border-color: rgb(186,230,11); }
td.TdClassName
{
border-color: #BAE60B;
}
.TagClassName
{
border-color: #BAE60B;
}
</style>