Shades of Inch Worm #BBDF1C
Tints of Inch Worm #BBDF1C
RGB
CMYK
RGB Variations
Color information
#BBDF1C (or 0xBBDF1C) is known color: Inch Worm. HEX triplet: BB, DF and 1C. RGB value is (187,223,28). Sum of RGB (Red+Green+Blue) = 187+223+28=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 223 (87.5% from 255 or 50.91% from 438); Blue value is 28 (11.33% from 255 or 6.39% from 438); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDF1C is #4420E3. Grayscale: #BEBEBE. Windows color (decimal): -4464868 or 1892283. OLE color: 1892283.
HSL color Cylindrical-coordinate representation of color #BBDF1C: hue angle of 71.08º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BBDF1C is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 223 | 28 | - |
| CMYK | 0.16 | 0 | 0.87 | 0.13 |
| HSL | 71.08º | 0.78% | 0.49% | - |
| HSV(B) | 71.08º | 0.87% | 0.87% | - |
| XYZ | 47.09 | 63.42 | 10.86 | - |
| YUV | 190.01 | 36.57 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 223 | 28 | 0.16 | 0 | 0.87 | 0.13 | 71.08 | 0.78 | 0.49 |
| Hex | BB | DF | 1C | 10 | 0 | 57 | D | 47 | 4E | 31 |
| Octal | 273 | 337 | 34 | 20 | 0 | 127 | 15 | 107 | 116 | 61 |
| Binary | 10111011 | 11011111 | 11100 | 10000 | 0 | 1010111 | 1101 | 1000111 | 1001110 | 110001 |
Color Harmonies of #BBDF1C
Complementary color
Monochromatic Colors of #BBDF1C
Black with #BBDF1C
Text Example
Text Example
White with #BBDF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDF1C; }
p { color: rgb(187,223,28); }
H1.HeaderClassName
{
color: #BBDF1C;
}
.AnyTagClassName
{
color: #BBDF1C;
}
</style>
background-color css
<style>
a { background-color: #BBDF1C; }
a { background-color: rgb(187,223,28); }
div.DivClassName
{
background-color: #BBDF1C;
}
.BgClassName
{
background-color: #BBDF1C;
}
</style>
border-color css
<style>
span { border-color: #BBDF1C; }
span { border-color: rgb(187,223,28); }
td.TdClassName
{
border-color: #BBDF1C;
}
.TagClassName
{
border-color: #BBDF1C;
}
</style>