Shades of Inch Worm #BBDA15
Tints of Inch Worm #BBDA15
RGB
CMYK
RGB Variations
Color information
#BBDA15 (or 0xBBDA15) is known color: Inch Worm. HEX triplet: BB, DA and 15. RGB value is (187,218,21). Sum of RGB (Red+Green+Blue) = 187+218+21=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 218 (85.55% from 255 or 51.17% from 426); Blue value is 21 (8.59% from 255 or 4.93% from 426); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBDA15 is #4425EA. Grayscale: #BBBBBB. Windows color (decimal): -4466155 or 1432251. OLE color: 1432251.
HSL color Cylindrical-coordinate representation of color #BBDA15: hue angle of 69.44º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BBDA15 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 218 | 21 | - |
| CMYK | 0.14 | 0 | 0.90 | 0.15 |
| HSL | 69.44º | 0.82% | 0.47% | - |
| HSV(B) | 69.44º | 0.9% | 0.85% | - |
| XYZ | 45.7 | 60.76 | 10.03 | - |
| YUV | 186.27 | 34.73 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 21 | 0.14 | 0 | 0.90 | 0.15 | 69.44 | 0.82 | 0.47 |
| Hex | BB | DA | 15 | E | 0 | 5A | F | 45 | 52 | 2F |
| Octal | 273 | 332 | 25 | 16 | 0 | 132 | 17 | 105 | 122 | 57 |
| Binary | 10111011 | 11011010 | 10101 | 1110 | 0 | 1011010 | 1111 | 1000101 | 1010010 | 101111 |
Color Harmonies of #BBDA15
Complementary color
Monochromatic Colors of #BBDA15
Black with #BBDA15
Text Example
Text Example
White with #BBDA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDA15; }
p { color: rgb(187,218,21); }
H1.HeaderClassName
{
color: #BBDA15;
}
.AnyTagClassName
{
color: #BBDA15;
}
</style>
background-color css
<style>
a { background-color: #BBDA15; }
a { background-color: rgb(187,218,21); }
div.DivClassName
{
background-color: #BBDA15;
}
.BgClassName
{
background-color: #BBDA15;
}
</style>
border-color css
<style>
span { border-color: #BBDA15; }
span { border-color: rgb(187,218,21); }
td.TdClassName
{
border-color: #BBDA15;
}
.TagClassName
{
border-color: #BBDA15;
}
</style>