Shades of Inch Worm #BBDB1C
Tints of Inch Worm #BBDB1C
RGB
CMYK
RGB Variations
Color information
#BBDB1C (or 0xBBDB1C) is known color: Inch Worm. HEX triplet: BB, DB and 1C. RGB value is (187,219,28). Sum of RGB (Red+Green+Blue) = 187+219+28=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 219 (85.94% from 255 or 50.46% from 434); Blue value is 28 (11.33% from 255 or 6.45% from 434); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDB1C is #4424E3. Grayscale: #BCBCBC. Windows color (decimal): -4465892 or 1891259. OLE color: 1891259.
HSL color Cylindrical-coordinate representation of color #BBDB1C: hue angle of 70.05º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BBDB1C is Cyan = 0.15, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 219 | 28 | - |
| CMYK | 0.15 | 0 | 0.87 | 0.14 |
| HSL | 70.05º | 0.77% | 0.48% | - |
| HSV(B) | 70.05º | 0.87% | 0.86% | - |
| XYZ | 46.03 | 61.31 | 10.51 | - |
| YUV | 187.66 | 37.9 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 219 | 28 | 0.15 | 0 | 0.87 | 0.14 | 70.05 | 0.77 | 0.48 |
| Hex | BB | DB | 1C | F | 0 | 57 | E | 46 | 4D | 30 |
| Octal | 273 | 333 | 34 | 17 | 0 | 127 | 16 | 106 | 115 | 60 |
| Binary | 10111011 | 11011011 | 11100 | 1111 | 0 | 1010111 | 1110 | 1000110 | 1001101 | 110000 |
Color Harmonies of #BBDB1C
Complementary color
Monochromatic Colors of #BBDB1C
Black with #BBDB1C
Text Example
Text Example
White with #BBDB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDB1C; }
p { color: rgb(187,219,28); }
H1.HeaderClassName
{
color: #BBDB1C;
}
.AnyTagClassName
{
color: #BBDB1C;
}
</style>
background-color css
<style>
a { background-color: #BBDB1C; }
a { background-color: rgb(187,219,28); }
div.DivClassName
{
background-color: #BBDB1C;
}
.BgClassName
{
background-color: #BBDB1C;
}
</style>
border-color css
<style>
span { border-color: #BBDB1C; }
span { border-color: rgb(187,219,28); }
td.TdClassName
{
border-color: #BBDB1C;
}
.TagClassName
{
border-color: #BBDB1C;
}
</style>