Shades of Inch Worm #BBD610
Tints of Inch Worm #BBD610
RGB
CMYK
RGB Variations
Color information
#BBD610 (or 0xBBD610) is known color: Inch Worm. HEX triplet: BB, D6 and 10. RGB value is (187,214,16). Sum of RGB (Red+Green+Blue) = 187+214+16=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 214 (83.98% from 255 or 51.32% from 417); Blue value is 16 (6.64% from 255 or 3.84% from 417); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD610 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD610 is #4429EF. Grayscale: #B8B8B8. Windows color (decimal): -4467184 or 1103547. OLE color: 1103547.
HSL color Cylindrical-coordinate representation of color #BBD610: hue angle of 68.18º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BBD610 is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 214 | 16 | - |
| CMYK | 0.13 | 0 | 0.93 | 0.16 |
| HSL | 68.18º | 0.86% | 0.45% | - |
| HSV(B) | 68.18º | 0.93% | 0.84% | - |
| XYZ | 44.63 | 58.7 | 9.47 | - |
| YUV | 183.36 | 33.55 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 214 | 16 | 0.13 | 0 | 0.93 | 0.16 | 68.18 | 0.86 | 0.45 |
| Hex | BB | D6 | 10 | D | 0 | 5D | 10 | 44 | 56 | 2D |
| Octal | 273 | 326 | 20 | 15 | 0 | 135 | 20 | 104 | 126 | 55 |
| Binary | 10111011 | 11010110 | 10000 | 1101 | 0 | 1011101 | 10000 | 1000100 | 1010110 | 101101 |
Color Harmonies of #BBD610
Complementary color
Monochromatic Colors of #BBD610
Black with #BBD610
Text Example
Text Example
White with #BBD610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD610; }
p { color: rgb(187,214,16); }
H1.HeaderClassName
{
color: #BBD610;
}
.AnyTagClassName
{
color: #BBD610;
}
</style>
background-color css
<style>
a { background-color: #BBD610; }
a { background-color: rgb(187,214,16); }
div.DivClassName
{
background-color: #BBD610;
}
.BgClassName
{
background-color: #BBD610;
}
</style>
border-color css
<style>
span { border-color: #BBD610; }
span { border-color: rgb(187,214,16); }
td.TdClassName
{
border-color: #BBD610;
}
.TagClassName
{
border-color: #BBD610;
}
</style>