Shades of Inch Worm #BCED1B
Tints of Inch Worm #BCED1B
RGB
CMYK
RGB Variations
Color information
#BCED1B (or 0xBCED1B) is known color: Inch Worm. HEX triplet: BC, ED and 1B. RGB value is (188,237,27). Sum of RGB (Red+Green+Blue) = 188+237+27=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 237 (92.97% from 255 or 52.43% from 452); Blue value is 27 (10.94% from 255 or 5.97% from 452); Max value from RGB is 237 - color contains mainly: green. Hex color #BCED1B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCED1B is #4312E4. Grayscale: #C7C7C7. Windows color (decimal): -4395749 or 1830332. OLE color: 1830332.
HSL color Cylindrical-coordinate representation of color #BCED1B: hue angle of 74º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BCED1B is Cyan = 0.21, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 237 | 27 | - |
| CMYK | 0.21 | 0 | 0.89 | 0.07 |
| HSL | 74º | 0.85% | 0.52% | - |
| HSV(B) | 74º | 0.89% | 0.93% | - |
| XYZ | 51.22 | 71.34 | 12.11 | - |
| YUV | 198.41 | 31.27 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 237 | 27 | 0.21 | 0 | 0.89 | 0.07 | 74 | 0.85 | 0.52 |
| Hex | BC | ED | 1B | 15 | 0 | 59 | 7 | 4A | 55 | 34 |
| Octal | 274 | 355 | 33 | 25 | 0 | 131 | 7 | 112 | 125 | 64 |
| Binary | 10111100 | 11101101 | 11011 | 10101 | 0 | 1011001 | 111 | 1001010 | 1010101 | 110100 |
Color Harmonies of #BCED1B
Complementary color
Monochromatic Colors of #BCED1B
Black with #BCED1B
Text Example
Text Example
White with #BCED1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCED1B; }
p { color: rgb(188,237,27); }
H1.HeaderClassName
{
color: #BCED1B;
}
.AnyTagClassName
{
color: #BCED1B;
}
</style>
background-color css
<style>
a { background-color: #BCED1B; }
a { background-color: rgb(188,237,27); }
div.DivClassName
{
background-color: #BCED1B;
}
.BgClassName
{
background-color: #BCED1B;
}
</style>
border-color css
<style>
span { border-color: #BCED1B; }
span { border-color: rgb(188,237,27); }
td.TdClassName
{
border-color: #BCED1B;
}
.TagClassName
{
border-color: #BCED1B;
}
</style>