Shades of Inch Worm #BBDA0D
Tints of Inch Worm #BBDA0D
RGB
CMYK
RGB Variations
Color information
#BBDA0D (or 0xBBDA0D) is known color: Inch Worm. HEX triplet: BB, DA and 0D. RGB value is (187,218,13). Sum of RGB (Red+Green+Blue) = 187+218+13=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 218 (85.55% from 255 or 52.15% from 418); Blue value is 13 (5.47% from 255 or 3.11% from 418); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBDA0D is #4425F2. Grayscale: #BABABA. Windows color (decimal): -4466163 or 907963. OLE color: 907963.
HSL color Cylindrical-coordinate representation of color #BBDA0D: hue angle of 69.07º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BBDA0D is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 218 | 13 | - |
| CMYK | 0.14 | 0 | 0.94 | 0.15 |
| HSL | 69.07º | 0.89% | 0.45% | - |
| HSV(B) | 69.07º | 0.94% | 0.85% | - |
| XYZ | 45.64 | 60.74 | 9.7 | - |
| YUV | 185.36 | 30.73 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 13 | 0.14 | 0 | 0.94 | 0.15 | 69.07 | 0.89 | 0.45 |
| Hex | BB | DA | D | E | 0 | 5E | F | 45 | 59 | 2D |
| Octal | 273 | 332 | 15 | 16 | 0 | 136 | 17 | 105 | 131 | 55 |
| Binary | 10111011 | 11011010 | 1101 | 1110 | 0 | 1011110 | 1111 | 1000101 | 1011001 | 101101 |
Color Harmonies of #BBDA0D
Complementary color
Monochromatic Colors of #BBDA0D
Black with #BBDA0D
Text Example
Text Example
White with #BBDA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDA0D; }
p { color: rgb(187,218,13); }
H1.HeaderClassName
{
color: #BBDA0D;
}
.AnyTagClassName
{
color: #BBDA0D;
}
</style>
background-color css
<style>
a { background-color: #BBDA0D; }
a { background-color: rgb(187,218,13); }
div.DivClassName
{
background-color: #BBDA0D;
}
.BgClassName
{
background-color: #BBDA0D;
}
</style>
border-color css
<style>
span { border-color: #BBDA0D; }
span { border-color: rgb(187,218,13); }
td.TdClassName
{
border-color: #BBDA0D;
}
.TagClassName
{
border-color: #BBDA0D;
}
</style>