Shades of Inch Worm #B2D509
Tints of Inch Worm #B2D509
RGB
CMYK
RGB Variations
Color information
#B2D509 (or 0xB2D509) is known color: Inch Worm. HEX triplet: B2, D5 and 09. RGB value is (178,213,9). Sum of RGB (Red+Green+Blue) = 178+213+9=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 213 (83.59% from 255 or 53.25% from 400); Blue value is 9 (3.91% from 255 or 2.25% from 400); Max value from RGB is 213 - color contains mainly: green. Hex color #B2D509 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2D509 is #4D2AF6. Grayscale: #B4B4B4. Windows color (decimal): -5057271 or 644530. OLE color: 644530.
HSL color Cylindrical-coordinate representation of color #B2D509: hue angle of 70.29º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B2D509 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 213 | 9 | - |
| CMYK | 0.16 | 0 | 0.96 | 0.16 |
| HSL | 70.29º | 0.92% | 0.44% | - |
| HSV(B) | 70.29º | 0.96% | 0.84% | - |
| XYZ | 42.2 | 57.07 | 9.05 | - |
| YUV | 179.28 | 31.9 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 213 | 9 | 0.16 | 0 | 0.96 | 0.16 | 70.29 | 0.92 | 0.44 |
| Hex | B2 | D5 | 9 | 10 | 0 | 60 | 10 | 46 | 5C | 2C |
| Octal | 262 | 325 | 11 | 20 | 0 | 140 | 20 | 106 | 134 | 54 |
| Binary | 10110010 | 11010101 | 1001 | 10000 | 0 | 1100000 | 10000 | 1000110 | 1011100 | 101100 |
Color Harmonies of #B2D509
Complementary color
Monochromatic Colors of #B2D509
Black with #B2D509
Text Example
Text Example
White with #B2D509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D509; }
p { color: rgb(178,213,9); }
H1.HeaderClassName
{
color: #B2D509;
}
.AnyTagClassName
{
color: #B2D509;
}
</style>
background-color css
<style>
a { background-color: #B2D509; }
a { background-color: rgb(178,213,9); }
div.DivClassName
{
background-color: #B2D509;
}
.BgClassName
{
background-color: #B2D509;
}
</style>
border-color css
<style>
span { border-color: #B2D509; }
span { border-color: rgb(178,213,9); }
td.TdClassName
{
border-color: #B2D509;
}
.TagClassName
{
border-color: #B2D509;
}
</style>