Shades of Inch Worm #BCEA21
Tints of Inch Worm #BCEA21
RGB
CMYK
RGB Variations
Color information
#BCEA21 (or 0xBCEA21) is known color: Inch Worm. HEX triplet: BC, EA and 21. RGB value is (188,234,33). Sum of RGB (Red+Green+Blue) = 188+234+33=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 234 (91.80% from 255 or 51.43% from 455); Blue value is 33 (13.28% from 255 or 7.25% from 455); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEA21 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCEA21 is #4315DE. Grayscale: #C6C6C6. Windows color (decimal): -4396511 or 2222780. OLE color: 2222780.
HSL color Cylindrical-coordinate representation of color #BCEA21: hue angle of 73.73º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BCEA21 is Cyan = 0.20, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 234 | 33 | - |
| CMYK | 0.20 | 0 | 0.86 | 0.08 |
| HSL | 73.73º | 0.83% | 0.52% | - |
| HSV(B) | 73.73º | 0.86% | 0.92% | - |
| XYZ | 50.44 | 69.65 | 12.22 | - |
| YUV | 197.33 | 35.26 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 234 | 33 | 0.20 | 0 | 0.86 | 0.08 | 73.73 | 0.83 | 0.52 |
| Hex | BC | EA | 21 | 14 | 0 | 56 | 8 | 4A | 53 | 34 |
| Octal | 274 | 352 | 41 | 24 | 0 | 126 | 10 | 112 | 123 | 64 |
| Binary | 10111100 | 11101010 | 100001 | 10100 | 0 | 1010110 | 1000 | 1001010 | 1010011 | 110100 |
Color Harmonies of #BCEA21
Complementary color
Monochromatic Colors of #BCEA21
Black with #BCEA21
Text Example
Text Example
White with #BCEA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEA21; }
p { color: rgb(188,234,33); }
H1.HeaderClassName
{
color: #BCEA21;
}
.AnyTagClassName
{
color: #BCEA21;
}
</style>
background-color css
<style>
a { background-color: #BCEA21; }
a { background-color: rgb(188,234,33); }
div.DivClassName
{
background-color: #BCEA21;
}
.BgClassName
{
background-color: #BCEA21;
}
</style>
border-color css
<style>
span { border-color: #BCEA21; }
span { border-color: rgb(188,234,33); }
td.TdClassName
{
border-color: #BCEA21;
}
.TagClassName
{
border-color: #BCEA21;
}
</style>