Shades of Inch Worm #BBDF1A
Tints of Inch Worm #BBDF1A
RGB
CMYK
RGB Variations
Color information
#BBDF1A (or 0xBBDF1A) is known color: Inch Worm. HEX triplet: BB, DF and 1A. RGB value is (187,223,26). Sum of RGB (Red+Green+Blue) = 187+223+26=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 223 (87.5% from 255 or 51.15% from 436); Blue value is 26 (10.55% from 255 or 5.96% from 436); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDF1A is #4420E5. Grayscale: #BEBEBE. Windows color (decimal): -4464870 or 1761211. OLE color: 1761211.
HSL color Cylindrical-coordinate representation of color #BBDF1A: hue angle of 70.96º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BBDF1A is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 223 | 26 | - |
| CMYK | 0.16 | 0 | 0.88 | 0.13 |
| HSL | 70.96º | 0.79% | 0.49% | - |
| HSV(B) | 70.96º | 0.88% | 0.87% | - |
| XYZ | 47.07 | 63.41 | 10.74 | - |
| YUV | 189.78 | 35.57 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 223 | 26 | 0.16 | 0 | 0.88 | 0.13 | 70.96 | 0.79 | 0.49 |
| Hex | BB | DF | 1A | 10 | 0 | 58 | D | 47 | 4F | 31 |
| Octal | 273 | 337 | 32 | 20 | 0 | 130 | 15 | 107 | 117 | 61 |
| Binary | 10111011 | 11011111 | 11010 | 10000 | 0 | 1011000 | 1101 | 1000111 | 1001111 | 110001 |
Color Harmonies of #BBDF1A
Complementary color
Monochromatic Colors of #BBDF1A
Black with #BBDF1A
Text Example
Text Example
White with #BBDF1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDF1A; }
p { color: rgb(187,223,26); }
H1.HeaderClassName
{
color: #BBDF1A;
}
.AnyTagClassName
{
color: #BBDF1A;
}
</style>
background-color css
<style>
a { background-color: #BBDF1A; }
a { background-color: rgb(187,223,26); }
div.DivClassName
{
background-color: #BBDF1A;
}
.BgClassName
{
background-color: #BBDF1A;
}
</style>
border-color css
<style>
span { border-color: #BBDF1A; }
span { border-color: rgb(187,223,26); }
td.TdClassName
{
border-color: #BBDF1A;
}
.TagClassName
{
border-color: #BBDF1A;
}
</style>