Shades of Inch Worm #BEDE0A
Tints of Inch Worm #BEDE0A
RGB
CMYK
RGB Variations
Color information
#BEDE0A (or 0xBEDE0A) is known color: Inch Worm. HEX triplet: BE, DE and 0A. RGB value is (190,222,10). Sum of RGB (Red+Green+Blue) = 190+222+10=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 222 (87.11% from 255 or 52.61% from 422); Blue value is 10 (4.30% from 255 or 2.37% from 422); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDE0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEDE0A is #4121F5. Grayscale: #BDBDBD. Windows color (decimal): -4268534 or 712382. OLE color: 712382.
HSL color Cylindrical-coordinate representation of color #BEDE0A: hue angle of 69.06º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BEDE0A is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 222 | 10 | - |
| CMYK | 0.14 | 0 | 0.95 | 0.13 |
| HSL | 69.06º | 0.91% | 0.45% | - |
| HSV(B) | 69.06º | 0.95% | 0.87% | - |
| XYZ | 47.41 | 63.21 | 9.99 | - |
| YUV | 188.26 | 27.4 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 222 | 10 | 0.14 | 0 | 0.95 | 0.13 | 69.06 | 0.91 | 0.45 |
| Hex | BE | DE | A | E | 0 | 5F | D | 45 | 5B | 2D |
| Octal | 276 | 336 | 12 | 16 | 0 | 137 | 15 | 105 | 133 | 55 |
| Binary | 10111110 | 11011110 | 1010 | 1110 | 0 | 1011111 | 1101 | 1000101 | 1011011 | 101101 |
Color Harmonies of #BEDE0A
Complementary color
Monochromatic Colors of #BEDE0A
Black with #BEDE0A
Text Example
Text Example
White with #BEDE0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDE0A; }
p { color: rgb(190,222,10); }
H1.HeaderClassName
{
color: #BEDE0A;
}
.AnyTagClassName
{
color: #BEDE0A;
}
</style>
background-color css
<style>
a { background-color: #BEDE0A; }
a { background-color: rgb(190,222,10); }
div.DivClassName
{
background-color: #BEDE0A;
}
.BgClassName
{
background-color: #BEDE0A;
}
</style>
border-color css
<style>
span { border-color: #BEDE0A; }
span { border-color: rgb(190,222,10); }
td.TdClassName
{
border-color: #BEDE0A;
}
.TagClassName
{
border-color: #BEDE0A;
}
</style>