Shades of Inch Worm #BBDA1D
Tints of Inch Worm #BBDA1D
RGB
CMYK
RGB Variations
Color information
#BBDA1D (or 0xBBDA1D) is known color: Inch Worm. HEX triplet: BB, DA and 1D. RGB value is (187,218,29). Sum of RGB (Red+Green+Blue) = 187+218+29=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 218 (85.55% from 255 or 50.23% from 434); Blue value is 29 (11.72% from 255 or 6.68% from 434); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDA1D is #4425E2. Grayscale: #BBBBBB. Windows color (decimal): -4466147 or 1956539. OLE color: 1956539.
HSL color Cylindrical-coordinate representation of color #BBDA1D: hue angle of 69.84º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BBDA1D is Cyan = 0.14, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 218 | 29 | - |
| CMYK | 0.14 | 0 | 0.87 | 0.15 |
| HSL | 69.84º | 0.77% | 0.48% | - |
| HSV(B) | 69.84º | 0.87% | 0.85% | - |
| XYZ | 45.79 | 60.8 | 10.48 | - |
| YUV | 187.19 | 38.73 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 29 | 0.14 | 0 | 0.87 | 0.15 | 69.84 | 0.77 | 0.48 |
| Hex | BB | DA | 1D | E | 0 | 57 | F | 46 | 4D | 30 |
| Octal | 273 | 332 | 35 | 16 | 0 | 127 | 17 | 106 | 115 | 60 |
| Binary | 10111011 | 11011010 | 11101 | 1110 | 0 | 1010111 | 1111 | 1000110 | 1001101 | 110000 |
Color Harmonies of #BBDA1D
Complementary color
Monochromatic Colors of #BBDA1D
Black with #BBDA1D
Text Example
Text Example
White with #BBDA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDA1D; }
p { color: rgb(187,218,29); }
H1.HeaderClassName
{
color: #BBDA1D;
}
.AnyTagClassName
{
color: #BBDA1D;
}
</style>
background-color css
<style>
a { background-color: #BBDA1D; }
a { background-color: rgb(187,218,29); }
div.DivClassName
{
background-color: #BBDA1D;
}
.BgClassName
{
background-color: #BBDA1D;
}
</style>
border-color css
<style>
span { border-color: #BBDA1D; }
span { border-color: rgb(187,218,29); }
td.TdClassName
{
border-color: #BBDA1D;
}
.TagClassName
{
border-color: #BBDA1D;
}
</style>