Shades of Inch Worm #BAE827
Tints of Inch Worm #BAE827
RGB
CMYK
RGB Variations
Color information
#BAE827 (or 0xBAE827) is known color: Inch Worm. HEX triplet: BA, E8 and 27. RGB value is (186,232,39). Sum of RGB (Red+Green+Blue) = 186+232+39=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 232 (91.02% from 255 or 50.77% from 457); Blue value is 39 (15.62% from 255 or 8.53% from 457); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE827 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE827 is #4517D8. Grayscale: #C4C4C4. Windows color (decimal): -4528089 or 2615482. OLE color: 2615482.
HSL color Cylindrical-coordinate representation of color #BAE827: hue angle of 74.3º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BAE827 is Cyan = 0.20, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 232 | 39 | - |
| CMYK | 0.20 | 0 | 0.83 | 0.09 |
| HSL | 74.3º | 0.81% | 0.53% | - |
| HSV(B) | 74.3º | 0.83% | 0.91% | - |
| XYZ | 49.47 | 68.3 | 12.49 | - |
| YUV | 196.24 | 39.26 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 232 | 39 | 0.20 | 0 | 0.83 | 0.09 | 74.3 | 0.81 | 0.53 |
| Hex | BA | E8 | 27 | 14 | 0 | 53 | 9 | 4A | 51 | 35 |
| Octal | 272 | 350 | 47 | 24 | 0 | 123 | 11 | 112 | 121 | 65 |
| Binary | 10111010 | 11101000 | 100111 | 10100 | 0 | 1010011 | 1001 | 1001010 | 1010001 | 110101 |
Color Harmonies of #BAE827
Complementary color
Monochromatic Colors of #BAE827
Black with #BAE827
Text Example
Text Example
White with #BAE827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE827; }
p { color: rgb(186,232,39); }
H1.HeaderClassName
{
color: #BAE827;
}
.AnyTagClassName
{
color: #BAE827;
}
</style>
background-color css
<style>
a { background-color: #BAE827; }
a { background-color: rgb(186,232,39); }
div.DivClassName
{
background-color: #BAE827;
}
.BgClassName
{
background-color: #BAE827;
}
</style>
border-color css
<style>
span { border-color: #BAE827; }
span { border-color: rgb(186,232,39); }
td.TdClassName
{
border-color: #BAE827;
}
.TagClassName
{
border-color: #BAE827;
}
</style>