Shades of Inch Worm #BBDF0D
Tints of Inch Worm #BBDF0D
RGB
CMYK
RGB Variations
Color information
#BBDF0D (or 0xBBDF0D) is known color: Inch Worm. HEX triplet: BB, DF and 0D. RGB value is (187,223,13). Sum of RGB (Red+Green+Blue) = 187+223+13=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 223 (87.5% from 255 or 52.72% from 423); Blue value is 13 (5.47% from 255 or 3.07% from 423); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBDF0D is #4420F2. Grayscale: #BDBDBD. Windows color (decimal): -4464883 or 909243. OLE color: 909243.
HSL color Cylindrical-coordinate representation of color #BBDF0D: hue angle of 70.29º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BBDF0D is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 223 | 13 | - |
| CMYK | 0.16 | 0 | 0.94 | 0.13 |
| HSL | 70.29º | 0.89% | 0.46% | - |
| HSV(B) | 70.29º | 0.94% | 0.87% | - |
| XYZ | 46.95 | 63.37 | 10.14 | - |
| YUV | 188.3 | 29.07 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 223 | 13 | 0.16 | 0 | 0.94 | 0.13 | 70.29 | 0.89 | 0.46 |
| Hex | BB | DF | D | 10 | 0 | 5E | D | 46 | 59 | 2E |
| Octal | 273 | 337 | 15 | 20 | 0 | 136 | 15 | 106 | 131 | 56 |
| Binary | 10111011 | 11011111 | 1101 | 10000 | 0 | 1011110 | 1101 | 1000110 | 1011001 | 101110 |
Color Harmonies of #BBDF0D
Complementary color
Monochromatic Colors of #BBDF0D
Black with #BBDF0D
Text Example
Text Example
White with #BBDF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDF0D; }
p { color: rgb(187,223,13); }
H1.HeaderClassName
{
color: #BBDF0D;
}
.AnyTagClassName
{
color: #BBDF0D;
}
</style>
background-color css
<style>
a { background-color: #BBDF0D; }
a { background-color: rgb(187,223,13); }
div.DivClassName
{
background-color: #BBDF0D;
}
.BgClassName
{
background-color: #BBDF0D;
}
</style>
border-color css
<style>
span { border-color: #BBDF0D; }
span { border-color: rgb(187,223,13); }
td.TdClassName
{
border-color: #BBDF0D;
}
.TagClassName
{
border-color: #BBDF0D;
}
</style>