Shades of Inch Worm #BED91A
Tints of Inch Worm #BED91A
RGB
CMYK
RGB Variations
Color information
#BED91A (or 0xBED91A) is known color: Inch Worm. HEX triplet: BE, D9 and 1A. RGB value is (190,217,26). Sum of RGB (Red+Green+Blue) = 190+217+26=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 217 (85.16% from 255 or 50.12% from 433); Blue value is 26 (10.55% from 255 or 6.00% from 433); Max value from RGB is 217 - color contains mainly: green. Hex color #BED91A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED91A is #4126E5. Grayscale: #BBBBBB. Windows color (decimal): -4269798 or 1759678. OLE color: 1759678.
HSL color Cylindrical-coordinate representation of color #BED91A: hue angle of 68.48º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BED91A is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 217 | 26 | - |
| CMYK | 0.12 | 0 | 0.88 | 0.15 |
| HSL | 68.48º | 0.79% | 0.48% | - |
| HSV(B) | 68.48º | 0.88% | 0.85% | - |
| XYZ | 46.23 | 60.65 | 10.25 | - |
| YUV | 187.15 | 37.05 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 217 | 26 | 0.12 | 0 | 0.88 | 0.15 | 68.48 | 0.79 | 0.48 |
| Hex | BE | D9 | 1A | C | 0 | 58 | F | 44 | 4F | 30 |
| Octal | 276 | 331 | 32 | 14 | 0 | 130 | 17 | 104 | 117 | 60 |
| Binary | 10111110 | 11011001 | 11010 | 1100 | 0 | 1011000 | 1111 | 1000100 | 1001111 | 110000 |
Color Harmonies of #BED91A
Complementary color
Monochromatic Colors of #BED91A
Black with #BED91A
Text Example
Text Example
White with #BED91A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED91A; }
p { color: rgb(190,217,26); }
H1.HeaderClassName
{
color: #BED91A;
}
.AnyTagClassName
{
color: #BED91A;
}
</style>
background-color css
<style>
a { background-color: #BED91A; }
a { background-color: rgb(190,217,26); }
div.DivClassName
{
background-color: #BED91A;
}
.BgClassName
{
background-color: #BED91A;
}
</style>
border-color css
<style>
span { border-color: #BED91A; }
span { border-color: rgb(190,217,26); }
td.TdClassName
{
border-color: #BED91A;
}
.TagClassName
{
border-color: #BED91A;
}
</style>