Shades of Inch Worm #BBEA1A
Tints of Inch Worm #BBEA1A
RGB
CMYK
RGB Variations
Color information
#BBEA1A (or 0xBBEA1A) is known color: Inch Worm. HEX triplet: BB, EA and 1A. RGB value is (187,234,26). Sum of RGB (Red+Green+Blue) = 187+234+26=447 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.83% from 447); Green value is 234 (91.80% from 255 or 52.35% from 447); Blue value is 26 (10.55% from 255 or 5.82% from 447); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEA1A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBEA1A is #4415E5. Grayscale: #C5C5C5. Windows color (decimal): -4462054 or 1764027. OLE color: 1764027.
HSL color Cylindrical-coordinate representation of color #BBEA1A: hue angle of 73.56º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BBEA1A is Cyan = 0.20, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 234 | 26 | - |
| CMYK | 0.20 | 0 | 0.89 | 0.08 |
| HSL | 73.56º | 0.83% | 0.51% | - |
| HSV(B) | 73.56º | 0.89% | 0.92% | - |
| XYZ | 50.1 | 69.49 | 11.75 | - |
| YUV | 196.24 | 31.93 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 234 | 26 | 0.20 | 0 | 0.89 | 0.08 | 73.56 | 0.83 | 0.51 |
| Hex | BB | EA | 1A | 14 | 0 | 59 | 8 | 4A | 53 | 33 |
| Octal | 273 | 352 | 32 | 24 | 0 | 131 | 10 | 112 | 123 | 63 |
| Binary | 10111011 | 11101010 | 11010 | 10100 | 0 | 1011001 | 1000 | 1001010 | 1010011 | 110011 |
Color Harmonies of #BBEA1A
Complementary color
Monochromatic Colors of #BBEA1A
Black with #BBEA1A
Text Example
Text Example
White with #BBEA1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEA1A; }
p { color: rgb(187,234,26); }
H1.HeaderClassName
{
color: #BBEA1A;
}
.AnyTagClassName
{
color: #BBEA1A;
}
</style>
background-color css
<style>
a { background-color: #BBEA1A; }
a { background-color: rgb(187,234,26); }
div.DivClassName
{
background-color: #BBEA1A;
}
.BgClassName
{
background-color: #BBEA1A;
}
</style>
border-color css
<style>
span { border-color: #BBEA1A; }
span { border-color: rgb(187,234,26); }
td.TdClassName
{
border-color: #BBEA1A;
}
.TagClassName
{
border-color: #BBEA1A;
}
</style>