Shades of Inch Worm #BCE703
Tints of Inch Worm #BCE703
RGB
CMYK
RGB Variations
Color information
#BCE703 (or 0xBCE703) is known color: Inch Worm. HEX triplet: BC, E7 and 03. RGB value is (188,231,3). Sum of RGB (Red+Green+Blue) = 188+231+3=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 231 (90.62% from 255 or 54.74% from 422); Blue value is 3 (1.56% from 255 or 0.71% from 422); Max value from RGB is 231 - color contains mainly: green. Hex color #BCE703 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCE703 is #4318FC. Grayscale: #C1C1C1. Windows color (decimal): -4397309 or 255932. OLE color: 255932.
HSL color Cylindrical-coordinate representation of color #BCE703: hue angle of 71.32º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BCE703 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 231 | 3 | - |
| CMYK | 0.19 | 0 | 0.99 | 0.09 |
| HSL | 71.32º | 0.97% | 0.46% | - |
| HSV(B) | 71.32º | 0.99% | 0.91% | - |
| XYZ | 49.33 | 67.85 | 10.58 | - |
| YUV | 192.15 | 21.25 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 231 | 3 | 0.19 | 0 | 0.99 | 0.09 | 71.32 | 0.97 | 0.46 |
| Hex | BC | E7 | 3 | 13 | 0 | 63 | 9 | 47 | 61 | 2E |
| Octal | 274 | 347 | 3 | 23 | 0 | 143 | 11 | 107 | 141 | 56 |
| Binary | 10111100 | 11100111 | 11 | 10011 | 0 | 1100011 | 1001 | 1000111 | 1100001 | 101110 |
Color Harmonies of #BCE703
Complementary color
Monochromatic Colors of #BCE703
Black with #BCE703
Text Example
Text Example
White with #BCE703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE703; }
p { color: rgb(188,231,3); }
H1.HeaderClassName
{
color: #BCE703;
}
.AnyTagClassName
{
color: #BCE703;
}
</style>
background-color css
<style>
a { background-color: #BCE703; }
a { background-color: rgb(188,231,3); }
div.DivClassName
{
background-color: #BCE703;
}
.BgClassName
{
background-color: #BCE703;
}
</style>
border-color css
<style>
span { border-color: #BCE703; }
span { border-color: rgb(188,231,3); }
td.TdClassName
{
border-color: #BCE703;
}
.TagClassName
{
border-color: #BCE703;
}
</style>