Shades of Inch Worm #BBDC03
Tints of Inch Worm #BBDC03
RGB
CMYK
RGB Variations
Color information
#BBDC03 (or 0xBBDC03) is known color: Inch Worm. HEX triplet: BB, DC and 03. RGB value is (187,220,3). Sum of RGB (Red+Green+Blue) = 187+220+3=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 220 (86.33% from 255 or 53.66% from 410); Blue value is 3 (1.56% from 255 or 0.73% from 410); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBDC03 is #4423FC. Grayscale: #BABABA. Windows color (decimal): -4465661 or 253115. OLE color: 253115.
HSL color Cylindrical-coordinate representation of color #BBDC03: hue angle of 69.12º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BBDC03 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 220 | 3 | - |
| CMYK | 0.15 | 0 | 0.99 | 0.14 |
| HSL | 69.12º | 0.97% | 0.44% | - |
| HSV(B) | 69.12º | 0.99% | 0.86% | - |
| XYZ | 46.1 | 61.76 | 9.58 | - |
| YUV | 185.4 | 25.07 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 220 | 3 | 0.15 | 0 | 0.99 | 0.14 | 69.12 | 0.97 | 0.44 |
| Hex | BB | DC | 3 | F | 0 | 63 | E | 45 | 61 | 2C |
| Octal | 273 | 334 | 3 | 17 | 0 | 143 | 16 | 105 | 141 | 54 |
| Binary | 10111011 | 11011100 | 11 | 1111 | 0 | 1100011 | 1110 | 1000101 | 1100001 | 101100 |
Color Harmonies of #BBDC03
Complementary color
Monochromatic Colors of #BBDC03
Black with #BBDC03
Text Example
Text Example
White with #BBDC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDC03; }
p { color: rgb(187,220,3); }
H1.HeaderClassName
{
color: #BBDC03;
}
.AnyTagClassName
{
color: #BBDC03;
}
</style>
background-color css
<style>
a { background-color: #BBDC03; }
a { background-color: rgb(187,220,3); }
div.DivClassName
{
background-color: #BBDC03;
}
.BgClassName
{
background-color: #BBDC03;
}
</style>
border-color css
<style>
span { border-color: #BBDC03; }
span { border-color: rgb(187,220,3); }
td.TdClassName
{
border-color: #BBDC03;
}
.TagClassName
{
border-color: #BBDC03;
}
</style>