Shades of Inch Worm #BBDB14
Tints of Inch Worm #BBDB14
RGB
CMYK
RGB Variations
Color information
#BBDB14 (or 0xBBDB14) is known color: Inch Worm. HEX triplet: BB, DB and 14. RGB value is (187,219,20). Sum of RGB (Red+Green+Blue) = 187+219+20=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 219 (85.94% from 255 or 51.41% from 426); Blue value is 20 (8.20% from 255 or 4.69% from 426); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBDB14 is #4424EB. Grayscale: #BBBBBB. Windows color (decimal): -4465900 or 1366971. OLE color: 1366971.
HSL color Cylindrical-coordinate representation of color #BBDB14: hue angle of 69.65º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BBDB14 is Cyan = 0.15, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 219 | 20 | - |
| CMYK | 0.15 | 0 | 0.91 | 0.14 |
| HSL | 69.65º | 0.83% | 0.47% | - |
| HSV(B) | 69.65º | 0.91% | 0.86% | - |
| XYZ | 45.95 | 61.28 | 10.07 | - |
| YUV | 186.75 | 33.9 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 219 | 20 | 0.15 | 0 | 0.91 | 0.14 | 69.65 | 0.83 | 0.47 |
| Hex | BB | DB | 14 | F | 0 | 5B | E | 46 | 53 | 2F |
| Octal | 273 | 333 | 24 | 17 | 0 | 133 | 16 | 106 | 123 | 57 |
| Binary | 10111011 | 11011011 | 10100 | 1111 | 0 | 1011011 | 1110 | 1000110 | 1010011 | 101111 |
Color Harmonies of #BBDB14
Complementary color
Monochromatic Colors of #BBDB14
Black with #BBDB14
Text Example
Text Example
White with #BBDB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDB14; }
p { color: rgb(187,219,20); }
H1.HeaderClassName
{
color: #BBDB14;
}
.AnyTagClassName
{
color: #BBDB14;
}
</style>
background-color css
<style>
a { background-color: #BBDB14; }
a { background-color: rgb(187,219,20); }
div.DivClassName
{
background-color: #BBDB14;
}
.BgClassName
{
background-color: #BBDB14;
}
</style>
border-color css
<style>
span { border-color: #BBDB14; }
span { border-color: rgb(187,219,20); }
td.TdClassName
{
border-color: #BBDB14;
}
.TagClassName
{
border-color: #BBDB14;
}
</style>