Shades of Inch Worm #B9E525
Tints of Inch Worm #B9E525
RGB
CMYK
RGB Variations
Color information
#B9E525 (or 0xB9E525) is known color: Inch Worm. HEX triplet: B9, E5 and 25. RGB value is (185,229,37). Sum of RGB (Red+Green+Blue) = 185+229+37=451 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.02% from 451); Green value is 229 (89.84% from 255 or 50.78% from 451); Blue value is 37 (14.84% from 255 or 8.20% from 451); Max value from RGB is 229 - color contains mainly: green. Hex color #B9E525 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9E525 is #461ADA. Grayscale: #C2C2C2. Windows color (decimal): -4594395 or 2483641. OLE color: 2483641.
HSL color Cylindrical-coordinate representation of color #B9E525: hue angle of 73.75º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B9E525 is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 185 | 229 | 37 | - |
| CMYK | 0.19 | 0 | 0.84 | 0.10 |
| HSL | 73.75º | 0.79% | 0.52% | - |
| HSV(B) | 73.75º | 0.84% | 0.9% | - |
| XYZ | 48.36 | 66.49 | 12.03 | - |
| YUV | 193.96 | 39.42 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 229 | 37 | 0.19 | 0 | 0.84 | 0.10 | 73.75 | 0.79 | 0.52 |
| Hex | B9 | E5 | 25 | 13 | 0 | 54 | A | 4A | 4F | 34 |
| Octal | 271 | 345 | 45 | 23 | 0 | 124 | 12 | 112 | 117 | 64 |
| Binary | 10111001 | 11100101 | 100101 | 10011 | 0 | 1010100 | 1010 | 1001010 | 1001111 | 110100 |
Color Harmonies of #B9E525
Complementary color
Monochromatic Colors of #B9E525
Black with #B9E525
Text Example
Text Example
White with #B9E525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E525; }
p { color: rgb(185,229,37); }
H1.HeaderClassName
{
color: #B9E525;
}
.AnyTagClassName
{
color: #B9E525;
}
</style>
background-color css
<style>
a { background-color: #B9E525; }
a { background-color: rgb(185,229,37); }
div.DivClassName
{
background-color: #B9E525;
}
.BgClassName
{
background-color: #B9E525;
}
</style>
border-color css
<style>
span { border-color: #B9E525; }
span { border-color: rgb(185,229,37); }
td.TdClassName
{
border-color: #B9E525;
}
.TagClassName
{
border-color: #B9E525;
}
</style>