Shades of Inch Worm #BBD90D
Tints of Inch Worm #BBD90D
RGB
CMYK
RGB Variations
Color information
#BBD90D (or 0xBBD90D) is known color: Inch Worm. HEX triplet: BB, D9 and 0D. RGB value is (187,217,13). Sum of RGB (Red+Green+Blue) = 187+217+13=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 217 (85.16% from 255 or 52.04% from 417); Blue value is 13 (5.47% from 255 or 3.12% from 417); Max value from RGB is 217 - color contains mainly: green. Hex color #BBD90D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD90D is #4426F2. Grayscale: #B9B9B9. Windows color (decimal): -4466419 or 907707. OLE color: 907707.
HSL color Cylindrical-coordinate representation of color #BBD90D: hue angle of 68.82º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BBD90D is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 217 | 13 | - |
| CMYK | 0.14 | 0 | 0.94 | 0.15 |
| HSL | 68.82º | 0.89% | 0.45% | - |
| HSV(B) | 68.82º | 0.94% | 0.85% | - |
| XYZ | 45.38 | 60.22 | 9.61 | - |
| YUV | 184.77 | 31.06 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 217 | 13 | 0.14 | 0 | 0.94 | 0.15 | 68.82 | 0.89 | 0.45 |
| Hex | BB | D9 | D | E | 0 | 5E | F | 45 | 59 | 2D |
| Octal | 273 | 331 | 15 | 16 | 0 | 136 | 17 | 105 | 131 | 55 |
| Binary | 10111011 | 11011001 | 1101 | 1110 | 0 | 1011110 | 1111 | 1000101 | 1011001 | 101101 |
Color Harmonies of #BBD90D
Complementary color
Monochromatic Colors of #BBD90D
Black with #BBD90D
Text Example
Text Example
White with #BBD90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD90D; }
p { color: rgb(187,217,13); }
H1.HeaderClassName
{
color: #BBD90D;
}
.AnyTagClassName
{
color: #BBD90D;
}
</style>
background-color css
<style>
a { background-color: #BBD90D; }
a { background-color: rgb(187,217,13); }
div.DivClassName
{
background-color: #BBD90D;
}
.BgClassName
{
background-color: #BBD90D;
}
</style>
border-color css
<style>
span { border-color: #BBD90D; }
span { border-color: rgb(187,217,13); }
td.TdClassName
{
border-color: #BBD90D;
}
.TagClassName
{
border-color: #BBD90D;
}
</style>