Shades of Inch Worm #BCEA01
Tints of Inch Worm #BCEA01
RGB
CMYK
RGB Variations
Color information
#BCEA01 (or 0xBCEA01) is known color: Inch Worm. HEX triplet: BC, EA and 01. RGB value is (188,234,1). Sum of RGB (Red+Green+Blue) = 188+234+1=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 234 (91.80% from 255 or 55.32% from 423); Blue value is 1 (0.78% from 255 or 0.24% from 423); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEA01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCEA01 is #4315FE. Grayscale: #C2C2C2. Windows color (decimal): -4396543 or 125628. OLE color: 125628.
HSL color Cylindrical-coordinate representation of color #BCEA01: hue angle of 71.85º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BCEA01 is Cyan = 0.20, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 234 | 1 | - |
| CMYK | 0.20 | 0 | 1.00 | 0.08 |
| HSL | 71.85º | 0.99% | 0.46% | - |
| HSV(B) | 71.85º | 1% | 0.92% | - |
| XYZ | 50.17 | 69.54 | 10.81 | - |
| YUV | 193.68 | 19.26 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 234 | 1 | 0.20 | 0 | 1.00 | 0.08 | 71.85 | 0.99 | 0.46 |
| Hex | BC | EA | 1 | 14 | 0 | 64 | 8 | 48 | 63 | 2E |
| Octal | 274 | 352 | 1 | 24 | 0 | 144 | 10 | 110 | 143 | 56 |
| Binary | 10111100 | 11101010 | 1 | 10100 | 0 | 1100100 | 1000 | 1001000 | 1100011 | 101110 |
Color Harmonies of #BCEA01
Complementary color
Monochromatic Colors of #BCEA01
Black with #BCEA01
Text Example
Text Example
White with #BCEA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEA01; }
p { color: rgb(188,234,1); }
H1.HeaderClassName
{
color: #BCEA01;
}
.AnyTagClassName
{
color: #BCEA01;
}
</style>
background-color css
<style>
a { background-color: #BCEA01; }
a { background-color: rgb(188,234,1); }
div.DivClassName
{
background-color: #BCEA01;
}
.BgClassName
{
background-color: #BCEA01;
}
</style>
border-color css
<style>
span { border-color: #BCEA01; }
span { border-color: rgb(188,234,1); }
td.TdClassName
{
border-color: #BCEA01;
}
.TagClassName
{
border-color: #BCEA01;
}
</style>