Shades of Inch Worm #BBDD09
Tints of Inch Worm #BBDD09
RGB
CMYK
RGB Variations
Color information
#BBDD09 (or 0xBBDD09) is known color: Inch Worm. HEX triplet: BB, DD and 09. RGB value is (187,221,9). Sum of RGB (Red+Green+Blue) = 187+221+9=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 221 (86.72% from 255 or 53.00% from 417); Blue value is 9 (3.91% from 255 or 2.16% from 417); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBDD09 is #4422F6. Grayscale: #BBBBBB. Windows color (decimal): -4465399 or 646587. OLE color: 646587.
HSL color Cylindrical-coordinate representation of color #BBDD09: hue angle of 69.62º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BBDD09 is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 221 | 9 | - |
| CMYK | 0.15 | 0 | 0.96 | 0.13 |
| HSL | 69.62º | 0.92% | 0.45% | - |
| HSV(B) | 69.62º | 0.96% | 0.87% | - |
| XYZ | 46.4 | 62.3 | 9.84 | - |
| YUV | 186.67 | 27.74 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 221 | 9 | 0.15 | 0 | 0.96 | 0.13 | 69.62 | 0.92 | 0.45 |
| Hex | BB | DD | 9 | F | 0 | 60 | D | 46 | 5C | 2D |
| Octal | 273 | 335 | 11 | 17 | 0 | 140 | 15 | 106 | 134 | 55 |
| Binary | 10111011 | 11011101 | 1001 | 1111 | 0 | 1100000 | 1101 | 1000110 | 1011100 | 101101 |
Color Harmonies of #BBDD09
Complementary color
Monochromatic Colors of #BBDD09
Black with #BBDD09
Text Example
Text Example
White with #BBDD09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDD09; }
p { color: rgb(187,221,9); }
H1.HeaderClassName
{
color: #BBDD09;
}
.AnyTagClassName
{
color: #BBDD09;
}
</style>
background-color css
<style>
a { background-color: #BBDD09; }
a { background-color: rgb(187,221,9); }
div.DivClassName
{
background-color: #BBDD09;
}
.BgClassName
{
background-color: #BBDD09;
}
</style>
border-color css
<style>
span { border-color: #BBDD09; }
span { border-color: rgb(187,221,9); }
td.TdClassName
{
border-color: #BBDD09;
}
.TagClassName
{
border-color: #BBDD09;
}
</style>