Shades of Inch Worm #B0D925
Tints of Inch Worm #B0D925
RGB
CMYK
RGB Variations
Color information
#B0D925 (or 0xB0D925) is known color: Inch Worm. HEX triplet: B0, D9 and 25. RGB value is (176,217,37). Sum of RGB (Red+Green+Blue) = 176+217+37=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 217 (85.16% from 255 or 50.47% from 430); Blue value is 37 (14.84% from 255 or 8.60% from 430); Max value from RGB is 217 - color contains mainly: green. Hex color #B0D925 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D925 is #4F26DA. Grayscale: #B8B8B8. Windows color (decimal): -5187291 or 2480560. OLE color: 2480560.
HSL color Cylindrical-coordinate representation of color #B0D925: hue angle of 73.67º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B0D925 is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 217 | 37 | - |
| CMYK | 0.19 | 0 | 0.83 | 0.15 |
| HSL | 73.67º | 0.71% | 0.5% | - |
| HSV(B) | 73.67º | 0.83% | 0.85% | - |
| XYZ | 43.05 | 58.99 | 10.87 | - |
| YUV | 184.22 | 44.92 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 217 | 37 | 0.19 | 0 | 0.83 | 0.15 | 73.67 | 0.71 | 0.5 |
| Hex | B0 | D9 | 25 | 13 | 0 | 53 | F | 4A | 47 | 32 |
| Octal | 260 | 331 | 45 | 23 | 0 | 123 | 17 | 112 | 107 | 62 |
| Binary | 10110000 | 11011001 | 100101 | 10011 | 0 | 1010011 | 1111 | 1001010 | 1000111 | 110010 |
Color Harmonies of #B0D925
Complementary color
Monochromatic Colors of #B0D925
Black with #B0D925
Text Example
Text Example
White with #B0D925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D925; }
p { color: rgb(176,217,37); }
H1.HeaderClassName
{
color: #B0D925;
}
.AnyTagClassName
{
color: #B0D925;
}
</style>
background-color css
<style>
a { background-color: #B0D925; }
a { background-color: rgb(176,217,37); }
div.DivClassName
{
background-color: #B0D925;
}
.BgClassName
{
background-color: #B0D925;
}
</style>
border-color css
<style>
span { border-color: #B0D925; }
span { border-color: rgb(176,217,37); }
td.TdClassName
{
border-color: #B0D925;
}
.TagClassName
{
border-color: #B0D925;
}
</style>