Shades of Inch Worm #BEDE1C
Tints of Inch Worm #BEDE1C
RGB
CMYK
RGB Variations
Color information
#BEDE1C (or 0xBEDE1C) is known color: Inch Worm. HEX triplet: BE, DE and 1C. RGB value is (190,222,28). Sum of RGB (Red+Green+Blue) = 190+222+28=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 222 (87.11% from 255 or 50.45% from 440); Blue value is 28 (11.33% from 255 or 6.36% from 440); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDE1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDE1C is #4121E3. Grayscale: #BFBFBF. Windows color (decimal): -4268516 or 1892030. OLE color: 1892030.
HSL color Cylindrical-coordinate representation of color #BEDE1C: hue angle of 69.9º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BEDE1C is Cyan = 0.14, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 222 | 28 | - |
| CMYK | 0.14 | 0 | 0.87 | 0.13 |
| HSL | 69.9º | 0.78% | 0.49% | - |
| HSV(B) | 69.9º | 0.87% | 0.87% | - |
| XYZ | 47.57 | 63.27 | 10.8 | - |
| YUV | 190.32 | 36.4 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 222 | 28 | 0.14 | 0 | 0.87 | 0.13 | 69.9 | 0.78 | 0.49 |
| Hex | BE | DE | 1C | E | 0 | 57 | D | 46 | 4E | 31 |
| Octal | 276 | 336 | 34 | 16 | 0 | 127 | 15 | 106 | 116 | 61 |
| Binary | 10111110 | 11011110 | 11100 | 1110 | 0 | 1010111 | 1101 | 1000110 | 1001110 | 110001 |
Color Harmonies of #BEDE1C
Complementary color
Monochromatic Colors of #BEDE1C
Black with #BEDE1C
Text Example
Text Example
White with #BEDE1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDE1C; }
p { color: rgb(190,222,28); }
H1.HeaderClassName
{
color: #BEDE1C;
}
.AnyTagClassName
{
color: #BEDE1C;
}
</style>
background-color css
<style>
a { background-color: #BEDE1C; }
a { background-color: rgb(190,222,28); }
div.DivClassName
{
background-color: #BEDE1C;
}
.BgClassName
{
background-color: #BEDE1C;
}
</style>
border-color css
<style>
span { border-color: #BEDE1C; }
span { border-color: rgb(190,222,28); }
td.TdClassName
{
border-color: #BEDE1C;
}
.TagClassName
{
border-color: #BEDE1C;
}
</style>