Shades of Inch Worm #BCE925
Tints of Inch Worm #BCE925
RGB
CMYK
RGB Variations
Color information
#BCE925 (or 0xBCE925) is known color: Inch Worm. HEX triplet: BC, E9 and 25. RGB value is (188,233,37). Sum of RGB (Red+Green+Blue) = 188+233+37=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 233 (91.41% from 255 or 50.87% from 458); Blue value is 37 (14.84% from 255 or 8.08% from 458); Max value from RGB is 233 - color contains mainly: green. Hex color #BCE925 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCE925 is #4316DA. Grayscale: #C5C5C5. Windows color (decimal): -4396763 or 2484668. OLE color: 2484668.
HSL color Cylindrical-coordinate representation of color #BCE925: hue angle of 73.78º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BCE925 is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 233 | 37 | - |
| CMYK | 0.19 | 0 | 0.84 | 0.09 |
| HSL | 73.78º | 0.82% | 0.53% | - |
| HSV(B) | 73.78º | 0.84% | 0.91% | - |
| XYZ | 50.21 | 69.1 | 12.44 | - |
| YUV | 197.2 | 37.59 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 233 | 37 | 0.19 | 0 | 0.84 | 0.09 | 73.78 | 0.82 | 0.53 |
| Hex | BC | E9 | 25 | 13 | 0 | 54 | 9 | 4A | 52 | 35 |
| Octal | 274 | 351 | 45 | 23 | 0 | 124 | 11 | 112 | 122 | 65 |
| Binary | 10111100 | 11101001 | 100101 | 10011 | 0 | 1010100 | 1001 | 1001010 | 1010010 | 110101 |
Color Harmonies of #BCE925
Complementary color
Monochromatic Colors of #BCE925
Black with #BCE925
Text Example
Text Example
White with #BCE925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE925; }
p { color: rgb(188,233,37); }
H1.HeaderClassName
{
color: #BCE925;
}
.AnyTagClassName
{
color: #BCE925;
}
</style>
background-color css
<style>
a { background-color: #BCE925; }
a { background-color: rgb(188,233,37); }
div.DivClassName
{
background-color: #BCE925;
}
.BgClassName
{
background-color: #BCE925;
}
</style>
border-color css
<style>
span { border-color: #BCE925; }
span { border-color: rgb(188,233,37); }
td.TdClassName
{
border-color: #BCE925;
}
.TagClassName
{
border-color: #BCE925;
}
</style>