Shades of Inch Worm #BBF01A
Tints of Inch Worm #BBF01A
RGB
CMYK
RGB Variations
Color information
#BBF01A (or 0xBBF01A) is known color: Inch Worm. HEX triplet: BB, F0 and 1A. RGB value is (187,240,26). Sum of RGB (Red+Green+Blue) = 187+240+26=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 240 (94.14% from 255 or 52.98% from 453); Blue value is 26 (10.55% from 255 or 5.74% from 453); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF01A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBF01A is #440FE5. Grayscale: #C8C8C8. Windows color (decimal): -4460518 or 1765563. OLE color: 1765563.
HSL color Cylindrical-coordinate representation of color #BBF01A: hue angle of 74.86º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BBF01A is Cyan = 0.22, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 240 | 26 | - |
| CMYK | 0.22 | 0 | 0.89 | 0.06 |
| HSL | 74.86º | 0.88% | 0.52% | - |
| HSV(B) | 74.86º | 0.89% | 0.94% | - |
| XYZ | 51.84 | 72.96 | 12.33 | - |
| YUV | 199.76 | 29.94 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 240 | 26 | 0.22 | 0 | 0.89 | 0.06 | 74.86 | 0.88 | 0.52 |
| Hex | BB | F0 | 1A | 16 | 0 | 59 | 6 | 4B | 58 | 34 |
| Octal | 273 | 360 | 32 | 26 | 0 | 131 | 6 | 113 | 130 | 64 |
| Binary | 10111011 | 11110000 | 11010 | 10110 | 0 | 1011001 | 110 | 1001011 | 1011000 | 110100 |
Color Harmonies of #BBF01A
Complementary color
Monochromatic Colors of #BBF01A
Black with #BBF01A
Text Example
Text Example
White with #BBF01A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF01A; }
p { color: rgb(187,240,26); }
H1.HeaderClassName
{
color: #BBF01A;
}
.AnyTagClassName
{
color: #BBF01A;
}
</style>
background-color css
<style>
a { background-color: #BBF01A; }
a { background-color: rgb(187,240,26); }
div.DivClassName
{
background-color: #BBF01A;
}
.BgClassName
{
background-color: #BBF01A;
}
</style>
border-color css
<style>
span { border-color: #BBF01A; }
span { border-color: rgb(187,240,26); }
td.TdClassName
{
border-color: #BBF01A;
}
.TagClassName
{
border-color: #BBF01A;
}
</style>