Shades of Inch Worm #BAEA1D
Tints of Inch Worm #BAEA1D
RGB
CMYK
RGB Variations
Color information
#BAEA1D (or 0xBAEA1D) is known color: Inch Worm. HEX triplet: BA, EA and 1D. RGB value is (186,234,29). Sum of RGB (Red+Green+Blue) = 186+234+29=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 234 (91.80% from 255 or 52.12% from 449); Blue value is 29 (11.72% from 255 or 6.46% from 449); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEA1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAEA1D is #4515E2. Grayscale: #C5C5C5. Windows color (decimal): -4527587 or 1960634. OLE color: 1960634.
HSL color Cylindrical-coordinate representation of color #BAEA1D: hue angle of 74.05º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BAEA1D is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 234 | 29 | - |
| CMYK | 0.21 | 0 | 0.88 | 0.08 |
| HSL | 74.05º | 0.83% | 0.52% | - |
| HSV(B) | 74.05º | 0.88% | 0.92% | - |
| XYZ | 49.89 | 69.37 | 11.92 | - |
| YUV | 196.28 | 33.6 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 234 | 29 | 0.21 | 0 | 0.88 | 0.08 | 74.05 | 0.83 | 0.52 |
| Hex | BA | EA | 1D | 15 | 0 | 58 | 8 | 4A | 53 | 34 |
| Octal | 272 | 352 | 35 | 25 | 0 | 130 | 10 | 112 | 123 | 64 |
| Binary | 10111010 | 11101010 | 11101 | 10101 | 0 | 1011000 | 1000 | 1001010 | 1010011 | 110100 |
Color Harmonies of #BAEA1D
Complementary color
Monochromatic Colors of #BAEA1D
Black with #BAEA1D
Text Example
Text Example
White with #BAEA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEA1D; }
p { color: rgb(186,234,29); }
H1.HeaderClassName
{
color: #BAEA1D;
}
.AnyTagClassName
{
color: #BAEA1D;
}
</style>
background-color css
<style>
a { background-color: #BAEA1D; }
a { background-color: rgb(186,234,29); }
div.DivClassName
{
background-color: #BAEA1D;
}
.BgClassName
{
background-color: #BAEA1D;
}
</style>
border-color css
<style>
span { border-color: #BAEA1D; }
span { border-color: rgb(186,234,29); }
td.TdClassName
{
border-color: #BAEA1D;
}
.TagClassName
{
border-color: #BAEA1D;
}
</style>