Shades of Inch Worm #BBEA0C
Tints of Inch Worm #BBEA0C
RGB
CMYK
RGB Variations
Color information
#BBEA0C (or 0xBBEA0C) is known color: Inch Worm. HEX triplet: BB, EA and 0C. RGB value is (187,234,12). Sum of RGB (Red+Green+Blue) = 187+234+12=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 234 (91.80% from 255 or 54.04% from 433); Blue value is 12 (5.08% from 255 or 2.77% from 433); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEA0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBEA0C is #4415F3. Grayscale: #C3C3C3. Windows color (decimal): -4462068 or 846523. OLE color: 846523.
HSL color Cylindrical-coordinate representation of color #BBEA0C: hue angle of 72.7º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BBEA0C is Cyan = 0.20, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 234 | 12 | - |
| CMYK | 0.20 | 0 | 0.95 | 0.08 |
| HSL | 72.7º | 0.9% | 0.48% | - |
| HSV(B) | 72.7º | 0.95% | 0.92% | - |
| XYZ | 49.98 | 69.44 | 11.12 | - |
| YUV | 194.64 | 24.93 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 234 | 12 | 0.20 | 0 | 0.95 | 0.08 | 72.7 | 0.9 | 0.48 |
| Hex | BB | EA | C | 14 | 0 | 5F | 8 | 49 | 5A | 30 |
| Octal | 273 | 352 | 14 | 24 | 0 | 137 | 10 | 111 | 132 | 60 |
| Binary | 10111011 | 11101010 | 1100 | 10100 | 0 | 1011111 | 1000 | 1001001 | 1011010 | 110000 |
Color Harmonies of #BBEA0C
Complementary color
Monochromatic Colors of #BBEA0C
Black with #BBEA0C
Text Example
Text Example
White with #BBEA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEA0C; }
p { color: rgb(187,234,12); }
H1.HeaderClassName
{
color: #BBEA0C;
}
.AnyTagClassName
{
color: #BBEA0C;
}
</style>
background-color css
<style>
a { background-color: #BBEA0C; }
a { background-color: rgb(187,234,12); }
div.DivClassName
{
background-color: #BBEA0C;
}
.BgClassName
{
background-color: #BBEA0C;
}
</style>
border-color css
<style>
span { border-color: #BBEA0C; }
span { border-color: rgb(187,234,12); }
td.TdClassName
{
border-color: #BBEA0C;
}
.TagClassName
{
border-color: #BBEA0C;
}
</style>