Shades of Inch Worm #B4DB1B
Tints of Inch Worm #B4DB1B
RGB
CMYK
RGB Variations
Color information
#B4DB1B (or 0xB4DB1B) is known color: Inch Worm. HEX triplet: B4, DB and 1B. RGB value is (180,219,27). Sum of RGB (Red+Green+Blue) = 180+219+27=426 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.25% from 426); Green value is 219 (85.94% from 255 or 51.41% from 426); Blue value is 27 (10.94% from 255 or 6.34% from 426); Max value from RGB is 219 - color contains mainly: green. Hex color #B4DB1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4DB1B is #4B24E4. Grayscale: #BABABA. Windows color (decimal): -4924645 or 1825716. OLE color: 1825716.
HSL color Cylindrical-coordinate representation of color #B4DB1B: hue angle of 72.19º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B4DB1B is Cyan = 0.18, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 219 | 27 | - |
| CMYK | 0.18 | 0 | 0.88 | 0.14 |
| HSL | 72.19º | 0.78% | 0.48% | - |
| HSV(B) | 72.19º | 0.88% | 0.86% | - |
| XYZ | 44.35 | 60.45 | 10.37 | - |
| YUV | 185.45 | 38.58 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 219 | 27 | 0.18 | 0 | 0.88 | 0.14 | 72.19 | 0.78 | 0.48 |
| Hex | B4 | DB | 1B | 12 | 0 | 58 | E | 48 | 4E | 30 |
| Octal | 264 | 333 | 33 | 22 | 0 | 130 | 16 | 110 | 116 | 60 |
| Binary | 10110100 | 11011011 | 11011 | 10010 | 0 | 1011000 | 1110 | 1001000 | 1001110 | 110000 |
Color Harmonies of #B4DB1B
Complementary color
Monochromatic Colors of #B4DB1B
Black with #B4DB1B
Text Example
Text Example
White with #B4DB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DB1B; }
p { color: rgb(180,219,27); }
H1.HeaderClassName
{
color: #B4DB1B;
}
.AnyTagClassName
{
color: #B4DB1B;
}
</style>
background-color css
<style>
a { background-color: #B4DB1B; }
a { background-color: rgb(180,219,27); }
div.DivClassName
{
background-color: #B4DB1B;
}
.BgClassName
{
background-color: #B4DB1B;
}
</style>
border-color css
<style>
span { border-color: #B4DB1B; }
span { border-color: rgb(180,219,27); }
td.TdClassName
{
border-color: #B4DB1B;
}
.TagClassName
{
border-color: #B4DB1B;
}
</style>