Shades of Inch Worm #BBDB02
Tints of Inch Worm #BBDB02
RGB
CMYK
RGB Variations
Color information
#BBDB02 (or 0xBBDB02) is known color: Inch Worm. HEX triplet: BB, DB and 02. RGB value is (187,219,2). Sum of RGB (Red+Green+Blue) = 187+219+2=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 219 (85.94% from 255 or 53.68% from 408); Blue value is 2 (1.17% from 255 or 0.49% from 408); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBDB02 is #4424FD. Grayscale: #B9B9B9. Windows color (decimal): -4465918 or 187323. OLE color: 187323.
HSL color Cylindrical-coordinate representation of color #BBDB02: hue angle of 68.85º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BBDB02 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 219 | 2 | - |
| CMYK | 0.15 | 0 | 0.99 | 0.14 |
| HSL | 68.85º | 0.98% | 0.43% | - |
| HSV(B) | 68.85º | 0.99% | 0.86% | - |
| XYZ | 45.84 | 61.23 | 9.46 | - |
| YUV | 184.69 | 24.9 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 219 | 2 | 0.15 | 0 | 0.99 | 0.14 | 68.85 | 0.98 | 0.43 |
| Hex | BB | DB | 2 | F | 0 | 63 | E | 45 | 62 | 2B |
| Octal | 273 | 333 | 2 | 17 | 0 | 143 | 16 | 105 | 142 | 53 |
| Binary | 10111011 | 11011011 | 10 | 1111 | 0 | 1100011 | 1110 | 1000101 | 1100010 | 101011 |
Color Harmonies of #BBDB02
Complementary color
Monochromatic Colors of #BBDB02
Black with #BBDB02
Text Example
Text Example
White with #BBDB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDB02; }
p { color: rgb(187,219,2); }
H1.HeaderClassName
{
color: #BBDB02;
}
.AnyTagClassName
{
color: #BBDB02;
}
</style>
background-color css
<style>
a { background-color: #BBDB02; }
a { background-color: rgb(187,219,2); }
div.DivClassName
{
background-color: #BBDB02;
}
.BgClassName
{
background-color: #BBDB02;
}
</style>
border-color css
<style>
span { border-color: #BBDB02; }
span { border-color: rgb(187,219,2); }
td.TdClassName
{
border-color: #BBDB02;
}
.TagClassName
{
border-color: #BBDB02;
}
</style>