Shades of Inch Worm #BBDA03
Tints of Inch Worm #BBDA03
RGB
CMYK
RGB Variations
Color information
#BBDA03 (or 0xBBDA03) is known color: Inch Worm. HEX triplet: BB, DA and 03. RGB value is (187,218,3). Sum of RGB (Red+Green+Blue) = 187+218+3=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 218 (85.55% from 255 or 53.43% from 408); Blue value is 3 (1.56% from 255 or 0.74% from 408); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBDA03 is #4425FC. Grayscale: #B9B9B9. Windows color (decimal): -4466173 or 252603. OLE color: 252603.
HSL color Cylindrical-coordinate representation of color #BBDA03: hue angle of 68.65º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BBDA03 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 218 | 3 | - |
| CMYK | 0.14 | 0 | 0.99 | 0.15 |
| HSL | 68.65º | 0.97% | 0.43% | - |
| HSV(B) | 68.65º | 0.99% | 0.85% | - |
| XYZ | 45.58 | 60.71 | 9.4 | - |
| YUV | 184.22 | 25.73 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 3 | 0.14 | 0 | 0.99 | 0.15 | 68.65 | 0.97 | 0.43 |
| Hex | BB | DA | 3 | E | 0 | 63 | F | 45 | 61 | 2B |
| Octal | 273 | 332 | 3 | 16 | 0 | 143 | 17 | 105 | 141 | 53 |
| Binary | 10111011 | 11011010 | 11 | 1110 | 0 | 1100011 | 1111 | 1000101 | 1100001 | 101011 |
Color Harmonies of #BBDA03
Complementary color
Monochromatic Colors of #BBDA03
Black with #BBDA03
Text Example
Text Example
White with #BBDA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDA03; }
p { color: rgb(187,218,3); }
H1.HeaderClassName
{
color: #BBDA03;
}
.AnyTagClassName
{
color: #BBDA03;
}
</style>
background-color css
<style>
a { background-color: #BBDA03; }
a { background-color: rgb(187,218,3); }
div.DivClassName
{
background-color: #BBDA03;
}
.BgClassName
{
background-color: #BBDA03;
}
</style>
border-color css
<style>
span { border-color: #BBDA03; }
span { border-color: rgb(187,218,3); }
td.TdClassName
{
border-color: #BBDA03;
}
.TagClassName
{
border-color: #BBDA03;
}
</style>