Shades of Inch Worm #BDE321
Tints of Inch Worm #BDE321
RGB
CMYK
RGB Variations
Color information
#BDE321 (or 0xBDE321) is known color: Inch Worm. HEX triplet: BD, E3 and 21. RGB value is (189,227,33). Sum of RGB (Red+Green+Blue) = 189+227+33=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 227 (89.06% from 255 or 50.56% from 449); Blue value is 33 (13.28% from 255 or 7.35% from 449); Max value from RGB is 227 - color contains mainly: green. Hex color #BDE321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE321 is #421CDE. Grayscale: #C2C2C2. Windows color (decimal): -4332767 or 2220989. OLE color: 2220989.
HSL color Cylindrical-coordinate representation of color #BDE321: hue angle of 71.75º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BDE321 is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 227 | 33 | - |
| CMYK | 0.17 | 0 | 0.85 | 0.11 |
| HSL | 71.75º | 0.78% | 0.51% | - |
| HSV(B) | 71.75º | 0.85% | 0.89% | - |
| XYZ | 48.73 | 65.87 | 11.58 | - |
| YUV | 193.52 | 37.41 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 227 | 33 | 0.17 | 0 | 0.85 | 0.11 | 71.75 | 0.78 | 0.51 |
| Hex | BD | E3 | 21 | 11 | 0 | 55 | B | 48 | 4E | 33 |
| Octal | 275 | 343 | 41 | 21 | 0 | 125 | 13 | 110 | 116 | 63 |
| Binary | 10111101 | 11100011 | 100001 | 10001 | 0 | 1010101 | 1011 | 1001000 | 1001110 | 110011 |
Color Harmonies of #BDE321
Complementary color
Monochromatic Colors of #BDE321
Black with #BDE321
Text Example
Text Example
White with #BDE321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE321; }
p { color: rgb(189,227,33); }
H1.HeaderClassName
{
color: #BDE321;
}
.AnyTagClassName
{
color: #BDE321;
}
</style>
background-color css
<style>
a { background-color: #BDE321; }
a { background-color: rgb(189,227,33); }
div.DivClassName
{
background-color: #BDE321;
}
.BgClassName
{
background-color: #BDE321;
}
</style>
border-color css
<style>
span { border-color: #BDE321; }
span { border-color: rgb(189,227,33); }
td.TdClassName
{
border-color: #BDE321;
}
.TagClassName
{
border-color: #BDE321;
}
</style>