Shades of Inch Worm #B8DC1A
Tints of Inch Worm #B8DC1A
RGB
CMYK
RGB Variations
Color information
#B8DC1A (or 0xB8DC1A) is known color: Inch Worm. HEX triplet: B8, DC and 1A. RGB value is (184,220,26). Sum of RGB (Red+Green+Blue) = 184+220+26=430 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.79% from 430); Green value is 220 (86.33% from 255 or 51.16% from 430); Blue value is 26 (10.55% from 255 or 6.05% from 430); Max value from RGB is 220 - color contains mainly: green. Hex color #B8DC1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8DC1A is #4723E5. Grayscale: #BBBBBB. Windows color (decimal): -4662246 or 1760440. OLE color: 1760440.
HSL color Cylindrical-coordinate representation of color #B8DC1A: hue angle of 71.13º degrees, saturation: 0.79, 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 #B8DC1A is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 220 | 26 | - |
| CMYK | 0.16 | 0 | 0.88 | 0.14 |
| HSL | 71.13º | 0.79% | 0.48% | - |
| HSV(B) | 71.13º | 0.88% | 0.86% | - |
| XYZ | 45.55 | 61.45 | 10.44 | - |
| YUV | 187.12 | 37.07 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 220 | 26 | 0.16 | 0 | 0.88 | 0.14 | 71.13 | 0.79 | 0.48 |
| Hex | B8 | DC | 1A | 10 | 0 | 58 | E | 47 | 4F | 30 |
| Octal | 270 | 334 | 32 | 20 | 0 | 130 | 16 | 107 | 117 | 60 |
| Binary | 10111000 | 11011100 | 11010 | 10000 | 0 | 1011000 | 1110 | 1000111 | 1001111 | 110000 |
Color Harmonies of #B8DC1A
Complementary color
Monochromatic Colors of #B8DC1A
Black with #B8DC1A
Text Example
Text Example
White with #B8DC1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DC1A; }
p { color: rgb(184,220,26); }
H1.HeaderClassName
{
color: #B8DC1A;
}
.AnyTagClassName
{
color: #B8DC1A;
}
</style>
background-color css
<style>
a { background-color: #B8DC1A; }
a { background-color: rgb(184,220,26); }
div.DivClassName
{
background-color: #B8DC1A;
}
.BgClassName
{
background-color: #B8DC1A;
}
</style>
border-color css
<style>
span { border-color: #B8DC1A; }
span { border-color: rgb(184,220,26); }
td.TdClassName
{
border-color: #B8DC1A;
}
.TagClassName
{
border-color: #B8DC1A;
}
</style>