Shades of Inch Worm #BAE726
Tints of Inch Worm #BAE726
RGB
CMYK
RGB Variations
Color information
#BAE726 (or 0xBAE726) is known color: Inch Worm. HEX triplet: BA, E7 and 26. RGB value is (186,231,38). Sum of RGB (Red+Green+Blue) = 186+231+38=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 231 (90.62% from 255 or 50.77% from 455); Blue value is 38 (15.23% from 255 or 8.35% from 455); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE726 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE726 is #4518D9. Grayscale: #C4C4C4. Windows color (decimal): -4528346 or 2549690. OLE color: 2549690.
HSL color Cylindrical-coordinate representation of color #BAE726: hue angle of 73.99º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BAE726 is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 231 | 38 | - |
| CMYK | 0.19 | 0 | 0.84 | 0.09 |
| HSL | 73.99º | 0.8% | 0.53% | - |
| HSV(B) | 73.99º | 0.84% | 0.91% | - |
| XYZ | 49.18 | 67.73 | 12.32 | - |
| YUV | 195.54 | 39.09 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 231 | 38 | 0.19 | 0 | 0.84 | 0.09 | 73.99 | 0.8 | 0.53 |
| Hex | BA | E7 | 26 | 13 | 0 | 54 | 9 | 4A | 50 | 35 |
| Octal | 272 | 347 | 46 | 23 | 0 | 124 | 11 | 112 | 120 | 65 |
| Binary | 10111010 | 11100111 | 100110 | 10011 | 0 | 1010100 | 1001 | 1001010 | 1010000 | 110101 |
Color Harmonies of #BAE726
Complementary color
Monochromatic Colors of #BAE726
Black with #BAE726
Text Example
Text Example
White with #BAE726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE726; }
p { color: rgb(186,231,38); }
H1.HeaderClassName
{
color: #BAE726;
}
.AnyTagClassName
{
color: #BAE726;
}
</style>
background-color css
<style>
a { background-color: #BAE726; }
a { background-color: rgb(186,231,38); }
div.DivClassName
{
background-color: #BAE726;
}
.BgClassName
{
background-color: #BAE726;
}
</style>
border-color css
<style>
span { border-color: #BAE726; }
span { border-color: rgb(186,231,38); }
td.TdClassName
{
border-color: #BAE726;
}
.TagClassName
{
border-color: #BAE726;
}
</style>