Shades of Inch Worm #B2D903
Tints of Inch Worm #B2D903
RGB
CMYK
RGB Variations
Color information
#B2D903 (or 0xB2D903) is known color: Inch Worm. HEX triplet: B2, D9 and 03. RGB value is (178,217,3). Sum of RGB (Red+Green+Blue) = 178+217+3=398 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.72% from 398); Green value is 217 (85.16% from 255 or 54.52% from 398); Blue value is 3 (1.56% from 255 or 0.75% from 398); Max value from RGB is 217 - color contains mainly: green. Hex color #B2D903 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2D903 is #4D26FC. Grayscale: #B5B5B5. Windows color (decimal): -5056253 or 252338. OLE color: 252338.
HSL color Cylindrical-coordinate representation of color #B2D903: hue angle of 70.93º 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 #B2D903 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 217 | 3 | - |
| CMYK | 0.18 | 0 | 0.99 | 0.15 |
| HSL | 70.93º | 0.97% | 0.43% | - |
| HSV(B) | 70.93º | 0.99% | 0.85% | - |
| XYZ | 43.19 | 59.1 | 9.22 | - |
| YUV | 180.94 | 27.58 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 217 | 3 | 0.18 | 0 | 0.99 | 0.15 | 70.93 | 0.97 | 0.43 |
| Hex | B2 | D9 | 3 | 12 | 0 | 63 | F | 47 | 61 | 2B |
| Octal | 262 | 331 | 3 | 22 | 0 | 143 | 17 | 107 | 141 | 53 |
| Binary | 10110010 | 11011001 | 11 | 10010 | 0 | 1100011 | 1111 | 1000111 | 1100001 | 101011 |
Color Harmonies of #B2D903
Complementary color
Monochromatic Colors of #B2D903
Black with #B2D903
Text Example
Text Example
White with #B2D903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D903; }
p { color: rgb(178,217,3); }
H1.HeaderClassName
{
color: #B2D903;
}
.AnyTagClassName
{
color: #B2D903;
}
</style>
background-color css
<style>
a { background-color: #B2D903; }
a { background-color: rgb(178,217,3); }
div.DivClassName
{
background-color: #B2D903;
}
.BgClassName
{
background-color: #B2D903;
}
</style>
border-color css
<style>
span { border-color: #B2D903; }
span { border-color: rgb(178,217,3); }
td.TdClassName
{
border-color: #B2D903;
}
.TagClassName
{
border-color: #B2D903;
}
</style>