Shades of Inch Worm #BAEC1D
Tints of Inch Worm #BAEC1D
RGB
CMYK
RGB Variations
Color information
#BAEC1D (or 0xBAEC1D) is known color: Inch Worm. HEX triplet: BA, EC and 1D. RGB value is (186,236,29). Sum of RGB (Red+Green+Blue) = 186+236+29=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 236 (92.58% from 255 or 52.33% from 451); Blue value is 29 (11.72% from 255 or 6.43% from 451); Max value from RGB is 236 - color contains mainly: green. Hex color #BAEC1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAEC1D is #4513E2. Grayscale: #C6C6C6. Windows color (decimal): -4527075 or 1961146. OLE color: 1961146.
HSL color Cylindrical-coordinate representation of color #BAEC1D: hue angle of 74.49º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BAEC1D is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 236 | 29 | - |
| CMYK | 0.21 | 0 | 0.88 | 0.07 |
| HSL | 74.49º | 0.84% | 0.52% | - |
| HSV(B) | 74.49º | 0.88% | 0.93% | - |
| XYZ | 50.47 | 70.52 | 12.11 | - |
| YUV | 197.45 | 32.94 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 236 | 29 | 0.21 | 0 | 0.88 | 0.07 | 74.49 | 0.84 | 0.52 |
| Hex | BA | EC | 1D | 15 | 0 | 58 | 7 | 4A | 54 | 34 |
| Octal | 272 | 354 | 35 | 25 | 0 | 130 | 7 | 112 | 124 | 64 |
| Binary | 10111010 | 11101100 | 11101 | 10101 | 0 | 1011000 | 111 | 1001010 | 1010100 | 110100 |
Color Harmonies of #BAEC1D
Complementary color
Monochromatic Colors of #BAEC1D
Black with #BAEC1D
Text Example
Text Example
White with #BAEC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEC1D; }
p { color: rgb(186,236,29); }
H1.HeaderClassName
{
color: #BAEC1D;
}
.AnyTagClassName
{
color: #BAEC1D;
}
</style>
background-color css
<style>
a { background-color: #BAEC1D; }
a { background-color: rgb(186,236,29); }
div.DivClassName
{
background-color: #BAEC1D;
}
.BgClassName
{
background-color: #BAEC1D;
}
</style>
border-color css
<style>
span { border-color: #BAEC1D; }
span { border-color: rgb(186,236,29); }
td.TdClassName
{
border-color: #BAEC1D;
}
.TagClassName
{
border-color: #BAEC1D;
}
</style>