Shades of Inch Worm #B2D915
Tints of Inch Worm #B2D915
RGB
CMYK
RGB Variations
Color information
#B2D915 (or 0xB2D915) is known color: Inch Worm. HEX triplet: B2, D9 and 15. RGB value is (178,217,21). Sum of RGB (Red+Green+Blue) = 178+217+21=416 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.79% from 416); Green value is 217 (85.16% from 255 or 52.16% from 416); Blue value is 21 (8.59% from 255 or 5.05% from 416); Max value from RGB is 217 - color contains mainly: green. Hex color #B2D915 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2D915 is #4D26EA. Grayscale: #B7B7B7. Windows color (decimal): -5056235 or 1431986. OLE color: 1431986.
HSL color Cylindrical-coordinate representation of color #B2D915: hue angle of 71.94º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B2D915 is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 217 | 21 | - |
| CMYK | 0.18 | 0 | 0.90 | 0.15 |
| HSL | 71.94º | 0.82% | 0.47% | - |
| HSV(B) | 71.94º | 0.9% | 0.85% | - |
| XYZ | 43.31 | 59.14 | 9.84 | - |
| YUV | 183 | 36.58 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 217 | 21 | 0.18 | 0 | 0.90 | 0.15 | 71.94 | 0.82 | 0.47 |
| Hex | B2 | D9 | 15 | 12 | 0 | 5A | F | 48 | 52 | 2F |
| Octal | 262 | 331 | 25 | 22 | 0 | 132 | 17 | 110 | 122 | 57 |
| Binary | 10110010 | 11011001 | 10101 | 10010 | 0 | 1011010 | 1111 | 1001000 | 1010010 | 101111 |
Color Harmonies of #B2D915
Complementary color
Monochromatic Colors of #B2D915
Black with #B2D915
Text Example
Text Example
White with #B2D915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D915; }
p { color: rgb(178,217,21); }
H1.HeaderClassName
{
color: #B2D915;
}
.AnyTagClassName
{
color: #B2D915;
}
</style>
background-color css
<style>
a { background-color: #B2D915; }
a { background-color: rgb(178,217,21); }
div.DivClassName
{
background-color: #B2D915;
}
.BgClassName
{
background-color: #B2D915;
}
</style>
border-color css
<style>
span { border-color: #B2D915; }
span { border-color: rgb(178,217,21); }
td.TdClassName
{
border-color: #B2D915;
}
.TagClassName
{
border-color: #B2D915;
}
</style>