Shades of Inch Worm #BBDA19
Tints of Inch Worm #BBDA19
RGB
CMYK
RGB Variations
Color information
#BBDA19 (or 0xBBDA19) is known color: Inch Worm. HEX triplet: BB, DA and 19. RGB value is (187,218,25). Sum of RGB (Red+Green+Blue) = 187+218+25=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 218 (85.55% from 255 or 50.70% from 430); Blue value is 25 (10.16% from 255 or 5.81% from 430); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBDA19 is #4425E6. Grayscale: #BBBBBB. Windows color (decimal): -4466151 or 1694395. OLE color: 1694395.
HSL color Cylindrical-coordinate representation of color #BBDA19: hue angle of 69.64º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BBDA19 is Cyan = 0.14, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 218 | 25 | - |
| CMYK | 0.14 | 0 | 0.89 | 0.15 |
| HSL | 69.64º | 0.79% | 0.48% | - |
| HSV(B) | 69.64º | 0.89% | 0.85% | - |
| XYZ | 45.74 | 60.78 | 10.24 | - |
| YUV | 186.73 | 36.73 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 25 | 0.14 | 0 | 0.89 | 0.15 | 69.64 | 0.79 | 0.48 |
| Hex | BB | DA | 19 | E | 0 | 59 | F | 46 | 4F | 30 |
| Octal | 273 | 332 | 31 | 16 | 0 | 131 | 17 | 106 | 117 | 60 |
| Binary | 10111011 | 11011010 | 11001 | 1110 | 0 | 1011001 | 1111 | 1000110 | 1001111 | 110000 |
Color Harmonies of #BBDA19
Complementary color
Monochromatic Colors of #BBDA19
Black with #BBDA19
Text Example
Text Example
White with #BBDA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDA19; }
p { color: rgb(187,218,25); }
H1.HeaderClassName
{
color: #BBDA19;
}
.AnyTagClassName
{
color: #BBDA19;
}
</style>
background-color css
<style>
a { background-color: #BBDA19; }
a { background-color: rgb(187,218,25); }
div.DivClassName
{
background-color: #BBDA19;
}
.BgClassName
{
background-color: #BBDA19;
}
</style>
border-color css
<style>
span { border-color: #BBDA19; }
span { border-color: rgb(187,218,25); }
td.TdClassName
{
border-color: #BBDA19;
}
.TagClassName
{
border-color: #BBDA19;
}
</style>