Shades of Inch Worm #BCE722
Tints of Inch Worm #BCE722
RGB
CMYK
RGB Variations
Color information
#BCE722 (or 0xBCE722) is known color: Inch Worm. HEX triplet: BC, E7 and 22. RGB value is (188,231,34). Sum of RGB (Red+Green+Blue) = 188+231+34=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 231 (90.62% from 255 or 50.99% from 453); Blue value is 34 (13.67% from 255 or 7.51% from 453); Max value from RGB is 231 - color contains mainly: green. Hex color #BCE722 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCE722 is #4318DD. Grayscale: #C4C4C4. Windows color (decimal): -4397278 or 2287548. OLE color: 2287548.
HSL color Cylindrical-coordinate representation of color #BCE722: hue angle of 73.1º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BCE722 is Cyan = 0.19, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 231 | 34 | - |
| CMYK | 0.19 | 0 | 0.85 | 0.09 |
| HSL | 73.1º | 0.8% | 0.52% | - |
| HSV(B) | 73.1º | 0.85% | 0.91% | - |
| XYZ | 49.6 | 67.96 | 12.02 | - |
| YUV | 195.69 | 36.75 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 231 | 34 | 0.19 | 0 | 0.85 | 0.09 | 73.1 | 0.8 | 0.52 |
| Hex | BC | E7 | 22 | 13 | 0 | 55 | 9 | 49 | 50 | 34 |
| Octal | 274 | 347 | 42 | 23 | 0 | 125 | 11 | 111 | 120 | 64 |
| Binary | 10111100 | 11100111 | 100010 | 10011 | 0 | 1010101 | 1001 | 1001001 | 1010000 | 110100 |
Color Harmonies of #BCE722
Complementary color
Monochromatic Colors of #BCE722
Black with #BCE722
Text Example
Text Example
White with #BCE722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE722; }
p { color: rgb(188,231,34); }
H1.HeaderClassName
{
color: #BCE722;
}
.AnyTagClassName
{
color: #BCE722;
}
</style>
background-color css
<style>
a { background-color: #BCE722; }
a { background-color: rgb(188,231,34); }
div.DivClassName
{
background-color: #BCE722;
}
.BgClassName
{
background-color: #BCE722;
}
</style>
border-color css
<style>
span { border-color: #BCE722; }
span { border-color: rgb(188,231,34); }
td.TdClassName
{
border-color: #BCE722;
}
.TagClassName
{
border-color: #BCE722;
}
</style>