Shades of Inch Worm #BBF61A
Tints of Inch Worm #BBF61A
RGB
CMYK
RGB Variations
Color information
#BBF61A (or 0xBBF61A) is known color: Inch Worm. HEX triplet: BB, F6 and 1A. RGB value is (187,246,26). Sum of RGB (Red+Green+Blue) = 187+246+26=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 246 (96.48% from 255 or 53.59% from 459); Blue value is 26 (10.55% from 255 or 5.66% from 459); Max value from RGB is 246 - color contains mainly: green. Hex color #BBF61A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBF61A is #4409E5. Grayscale: #CCCCCC. Windows color (decimal): -4458982 or 1767099. OLE color: 1767099.
HSL color Cylindrical-coordinate representation of color #BBF61A: hue angle of 76.09º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BBF61A is Cyan = 0.24, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 246 | 26 | - |
| CMYK | 0.24 | 0 | 0.89 | 0.04 |
| HSL | 76.09º | 0.92% | 0.53% | - |
| HSV(B) | 76.09º | 0.89% | 0.96% | - |
| XYZ | 53.64 | 76.55 | 12.93 | - |
| YUV | 203.28 | 27.95 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 246 | 26 | 0.24 | 0 | 0.89 | 0.04 | 76.09 | 0.92 | 0.53 |
| Hex | BB | F6 | 1A | 18 | 0 | 59 | 4 | 4C | 5C | 35 |
| Octal | 273 | 366 | 32 | 30 | 0 | 131 | 4 | 114 | 134 | 65 |
| Binary | 10111011 | 11110110 | 11010 | 11000 | 0 | 1011001 | 100 | 1001100 | 1011100 | 110101 |
Color Harmonies of #BBF61A
Complementary color
Monochromatic Colors of #BBF61A
Black with #BBF61A
Text Example
Text Example
White with #BBF61A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF61A; }
p { color: rgb(187,246,26); }
H1.HeaderClassName
{
color: #BBF61A;
}
.AnyTagClassName
{
color: #BBF61A;
}
</style>
background-color css
<style>
a { background-color: #BBF61A; }
a { background-color: rgb(187,246,26); }
div.DivClassName
{
background-color: #BBF61A;
}
.BgClassName
{
background-color: #BBF61A;
}
</style>
border-color css
<style>
span { border-color: #BBF61A; }
span { border-color: rgb(187,246,26); }
td.TdClassName
{
border-color: #BBF61A;
}
.TagClassName
{
border-color: #BBF61A;
}
</style>