Shades of Inch Worm #BAE423
Tints of Inch Worm #BAE423
RGB
CMYK
RGB Variations
Color information
#BAE423 (or 0xBAE423) is known color: Inch Worm. HEX triplet: BA, E4 and 23. RGB value is (186,228,35). Sum of RGB (Red+Green+Blue) = 186+228+35=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 228 (89.45% from 255 or 50.78% from 449); Blue value is 35 (14.06% from 255 or 7.80% from 449); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE423 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE423 is #451BDC. Grayscale: #C2C2C2. Windows color (decimal): -4529117 or 2352314. OLE color: 2352314.
HSL color Cylindrical-coordinate representation of color #BAE423: hue angle of 73.06º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BAE423 is Cyan = 0.18, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 228 | 35 | - |
| CMYK | 0.18 | 0 | 0.85 | 0.11 |
| HSL | 73.06º | 0.78% | 0.52% | - |
| HSV(B) | 73.06º | 0.85% | 0.89% | - |
| XYZ | 48.3 | 66.05 | 11.79 | - |
| YUV | 193.44 | 38.59 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 228 | 35 | 0.18 | 0 | 0.85 | 0.11 | 73.06 | 0.78 | 0.52 |
| Hex | BA | E4 | 23 | 12 | 0 | 55 | B | 49 | 4E | 34 |
| Octal | 272 | 344 | 43 | 22 | 0 | 125 | 13 | 111 | 116 | 64 |
| Binary | 10111010 | 11100100 | 100011 | 10010 | 0 | 1010101 | 1011 | 1001001 | 1001110 | 110100 |
Color Harmonies of #BAE423
Complementary color
Monochromatic Colors of #BAE423
Black with #BAE423
Text Example
Text Example
White with #BAE423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE423; }
p { color: rgb(186,228,35); }
H1.HeaderClassName
{
color: #BAE423;
}
.AnyTagClassName
{
color: #BAE423;
}
</style>
background-color css
<style>
a { background-color: #BAE423; }
a { background-color: rgb(186,228,35); }
div.DivClassName
{
background-color: #BAE423;
}
.BgClassName
{
background-color: #BAE423;
}
</style>
border-color css
<style>
span { border-color: #BAE423; }
span { border-color: rgb(186,228,35); }
td.TdClassName
{
border-color: #BAE423;
}
.TagClassName
{
border-color: #BAE423;
}
</style>