Shades of Inch Worm #BBDA1A
Tints of Inch Worm #BBDA1A
RGB
CMYK
RGB Variations
Color information
#BBDA1A (or 0xBBDA1A) is known color: Inch Worm. HEX triplet: BB, DA and 1A. RGB value is (187,218,26). Sum of RGB (Red+Green+Blue) = 187+218+26=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 218 (85.55% from 255 or 50.58% from 431); Blue value is 26 (10.55% from 255 or 6.03% from 431); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDA1A is #4425E5. Grayscale: #BBBBBB. Windows color (decimal): -4466150 or 1759931. OLE color: 1759931.
HSL color Cylindrical-coordinate representation of color #BBDA1A: hue angle of 69.69º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BBDA1A is Cyan = 0.14, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 218 | 26 | - |
| CMYK | 0.14 | 0 | 0.88 | 0.15 |
| HSL | 69.69º | 0.79% | 0.48% | - |
| HSV(B) | 69.69º | 0.88% | 0.85% | - |
| XYZ | 45.75 | 60.78 | 10.3 | - |
| YUV | 186.84 | 37.23 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 26 | 0.14 | 0 | 0.88 | 0.15 | 69.69 | 0.79 | 0.48 |
| Hex | BB | DA | 1A | E | 0 | 58 | F | 46 | 4F | 30 |
| Octal | 273 | 332 | 32 | 16 | 0 | 130 | 17 | 106 | 117 | 60 |
| Binary | 10111011 | 11011010 | 11010 | 1110 | 0 | 1011000 | 1111 | 1000110 | 1001111 | 110000 |
Color Harmonies of #BBDA1A
Complementary color
Monochromatic Colors of #BBDA1A
Black with #BBDA1A
Text Example
Text Example
White with #BBDA1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDA1A; }
p { color: rgb(187,218,26); }
H1.HeaderClassName
{
color: #BBDA1A;
}
.AnyTagClassName
{
color: #BBDA1A;
}
</style>
background-color css
<style>
a { background-color: #BBDA1A; }
a { background-color: rgb(187,218,26); }
div.DivClassName
{
background-color: #BBDA1A;
}
.BgClassName
{
background-color: #BBDA1A;
}
</style>
border-color css
<style>
span { border-color: #BBDA1A; }
span { border-color: rgb(187,218,26); }
td.TdClassName
{
border-color: #BBDA1A;
}
.TagClassName
{
border-color: #BBDA1A;
}
</style>