Shades of Inch Worm #BBDE15
Tints of Inch Worm #BBDE15
RGB
CMYK
RGB Variations
Color information
#BBDE15 (or 0xBBDE15) is known color: Inch Worm. HEX triplet: BB, DE and 15. RGB value is (187,222,21). Sum of RGB (Red+Green+Blue) = 187+222+21=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 222 (87.11% from 255 or 51.63% from 430); Blue value is 21 (8.59% from 255 or 4.88% from 430); Max value from RGB is 222 - color contains mainly: green. Hex color #BBDE15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBDE15 is #4421EA. Grayscale: #BDBDBD. Windows color (decimal): -4465131 or 1433275. OLE color: 1433275.
HSL color Cylindrical-coordinate representation of color #BBDE15: hue angle of 70.45º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BBDE15 is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 222 | 21 | - |
| CMYK | 0.16 | 0 | 0.91 | 0.13 |
| HSL | 70.45º | 0.83% | 0.48% | - |
| HSV(B) | 70.45º | 0.91% | 0.87% | - |
| XYZ | 46.75 | 62.86 | 10.38 | - |
| YUV | 188.62 | 33.4 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 222 | 21 | 0.16 | 0 | 0.91 | 0.13 | 70.45 | 0.83 | 0.48 |
| Hex | BB | DE | 15 | 10 | 0 | 5B | D | 46 | 53 | 30 |
| Octal | 273 | 336 | 25 | 20 | 0 | 133 | 15 | 106 | 123 | 60 |
| Binary | 10111011 | 11011110 | 10101 | 10000 | 0 | 1011011 | 1101 | 1000110 | 1010011 | 110000 |
Color Harmonies of #BBDE15
Complementary color
Monochromatic Colors of #BBDE15
Black with #BBDE15
Text Example
Text Example
White with #BBDE15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDE15; }
p { color: rgb(187,222,21); }
H1.HeaderClassName
{
color: #BBDE15;
}
.AnyTagClassName
{
color: #BBDE15;
}
</style>
background-color css
<style>
a { background-color: #BBDE15; }
a { background-color: rgb(187,222,21); }
div.DivClassName
{
background-color: #BBDE15;
}
.BgClassName
{
background-color: #BBDE15;
}
</style>
border-color css
<style>
span { border-color: #BBDE15; }
span { border-color: rgb(187,222,21); }
td.TdClassName
{
border-color: #BBDE15;
}
.TagClassName
{
border-color: #BBDE15;
}
</style>