Shades of Inch Worm #BBD901
Tints of Inch Worm #BBD901
RGB
CMYK
RGB Variations
Color information
#BBD901 (or 0xBBD901) is known color: Inch Worm. HEX triplet: BB, D9 and 01. RGB value is (187,217,1). Sum of RGB (Red+Green+Blue) = 187+217+1=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 217 (85.16% from 255 or 53.58% from 405); Blue value is 1 (0.78% from 255 or 0.25% from 405); Max value from RGB is 217 - color contains mainly: green. Hex color #BBD901 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD901 is #4426FE. Grayscale: #B8B8B8. Windows color (decimal): -4466431 or 121275. OLE color: 121275.
HSL color Cylindrical-coordinate representation of color #BBD901: hue angle of 68.33º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BBD901 is Cyan = 0.14, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 217 | 1 | - |
| CMYK | 0.14 | 0 | 1.00 | 0.15 |
| HSL | 68.33º | 0.99% | 0.43% | - |
| HSV(B) | 68.33º | 1% | 0.85% | - |
| XYZ | 45.31 | 60.19 | 9.26 | - |
| YUV | 183.41 | 25.06 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 217 | 1 | 0.14 | 0 | 1.00 | 0.15 | 68.33 | 0.99 | 0.43 |
| Hex | BB | D9 | 1 | E | 0 | 64 | F | 44 | 63 | 2B |
| Octal | 273 | 331 | 1 | 16 | 0 | 144 | 17 | 104 | 143 | 53 |
| Binary | 10111011 | 11011001 | 1 | 1110 | 0 | 1100100 | 1111 | 1000100 | 1100011 | 101011 |
Color Harmonies of #BBD901
Complementary color
Monochromatic Colors of #BBD901
Black with #BBD901
Text Example
Text Example
White with #BBD901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD901; }
p { color: rgb(187,217,1); }
H1.HeaderClassName
{
color: #BBD901;
}
.AnyTagClassName
{
color: #BBD901;
}
</style>
background-color css
<style>
a { background-color: #BBD901; }
a { background-color: rgb(187,217,1); }
div.DivClassName
{
background-color: #BBD901;
}
.BgClassName
{
background-color: #BBD901;
}
</style>
border-color css
<style>
span { border-color: #BBD901; }
span { border-color: rgb(187,217,1); }
td.TdClassName
{
border-color: #BBD901;
}
.TagClassName
{
border-color: #BBD901;
}
</style>