Shades of Inch Worm #BBE702
Tints of Inch Worm #BBE702
RGB
CMYK
RGB Variations
Color information
#BBE702 (or 0xBBE702) is known color: Inch Worm. HEX triplet: BB, E7 and 02. RGB value is (187,231,2). Sum of RGB (Red+Green+Blue) = 187+231+2=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 231 (90.62% from 255 or 55% from 420); Blue value is 2 (1.17% from 255 or 0.48% from 420); Max value from RGB is 231 - color contains mainly: green. Hex color #BBE702 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBE702 is #4418FD. Grayscale: #C0C0C0. Windows color (decimal): -4462846 or 190395. OLE color: 190395.
HSL color Cylindrical-coordinate representation of color #BBE702: hue angle of 71.53º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BBE702 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 231 | 2 | - |
| CMYK | 0.19 | 0 | 0.99 | 0.09 |
| HSL | 71.53º | 0.98% | 0.46% | - |
| HSV(B) | 71.53º | 0.99% | 0.91% | - |
| XYZ | 49.08 | 67.72 | 10.54 | - |
| YUV | 191.74 | 20.92 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 231 | 2 | 0.19 | 0 | 0.99 | 0.09 | 71.53 | 0.98 | 0.46 |
| Hex | BB | E7 | 2 | 13 | 0 | 63 | 9 | 48 | 62 | 2E |
| Octal | 273 | 347 | 2 | 23 | 0 | 143 | 11 | 110 | 142 | 56 |
| Binary | 10111011 | 11100111 | 10 | 10011 | 0 | 1100011 | 1001 | 1001000 | 1100010 | 101110 |
Color Harmonies of #BBE702
Complementary color
Monochromatic Colors of #BBE702
Black with #BBE702
Text Example
Text Example
White with #BBE702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE702; }
p { color: rgb(187,231,2); }
H1.HeaderClassName
{
color: #BBE702;
}
.AnyTagClassName
{
color: #BBE702;
}
</style>
background-color css
<style>
a { background-color: #BBE702; }
a { background-color: rgb(187,231,2); }
div.DivClassName
{
background-color: #BBE702;
}
.BgClassName
{
background-color: #BBE702;
}
</style>
border-color css
<style>
span { border-color: #BBE702; }
span { border-color: rgb(187,231,2); }
td.TdClassName
{
border-color: #BBE702;
}
.TagClassName
{
border-color: #BBE702;
}
</style>