Shades of Inch Worm #BBD800
Tints of Inch Worm #BBD800
RGB
CMYK
RGB Variations
Color information
#BBD800 (or 0xBBD800) is known color: Inch Worm. HEX triplet: BB, D8 and 00. RGB value is (187,216,0). Sum of RGB (Red+Green+Blue) = 187+216+0=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 216 (84.77% from 255 or 53.60% from 403); Blue value is 0 (0.39% from 255 or 0% from 403); Max value from RGB is 216 - color contains mainly: green. Hex color #BBD800 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD800 is #4427FF. Grayscale: #B7B7B7. Windows color (decimal): -4466688 or 55483. OLE color: 55483.
HSL color Cylindrical-coordinate representation of color #BBD800: hue angle of 68.06º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BBD800 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 216 | 0 | - |
| CMYK | 0.13 | 0 | 1 | 0.15 |
| HSL | 68.06º | 1% | 0.42% | - |
| HSV(B) | 68.06º | 1% | 0.85% | - |
| XYZ | 45.05 | 59.68 | 9.14 | - |
| YUV | 182.71 | 24.89 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 216 | 0 | 0.13 | 0 | 1 | 0.15 | 68.06 | 1 | 0.42 |
| Hex | BB | D8 | 0 | D | 0 | 64 | F | 44 | 64 | 2A |
| Octal | 273 | 330 | 0 | 15 | 0 | 144 | 17 | 104 | 144 | 52 |
| Binary | 10111011 | 11011000 | 0 | 1101 | 0 | 1100100 | 1111 | 1000100 | 1100100 | 101010 |
Color Harmonies of #BBD800
Complementary color
Monochromatic Colors of #BBD800
Black with #BBD800
Text Example
Text Example
White with #BBD800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD800; }
p { color: rgb(187,216,0); }
H1.HeaderClassName
{
color: #BBD800;
}
.AnyTagClassName
{
color: #BBD800;
}
</style>
background-color css
<style>
a { background-color: #BBD800; }
a { background-color: rgb(187,216,0); }
div.DivClassName
{
background-color: #BBD800;
}
.BgClassName
{
background-color: #BBD800;
}
</style>
border-color css
<style>
span { border-color: #BBD800; }
span { border-color: rgb(187,216,0); }
td.TdClassName
{
border-color: #BBD800;
}
.TagClassName
{
border-color: #BBD800;
}
</style>