Html Css Color HEX #BCEC0E Inch Worm

📋 copy color: '#BCEC0E'

red 188 ◦ green 236 ◦ blue 14

#BCEC0E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Inch Worm #BCEC0E

Tints of Inch Worm #BCEC0E

RGB

 RED value IS 188 (73.83% from 255) = 42.92%

 GREEN value IS 236 (92.58% from 255) = 53.88%

 BLUE value IS 14 (5.86% from 255) = 3.2%

R = 42.92%
G = 53.88%
B = 3.2%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.94

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BCEC0E (or 0xBCEC0E) is known color: Inch Worm. HEX triplet: BC, EC and 0E. RGB value is (188,236,14). Sum of RGB (Red+Green+Blue) = 188+236+14=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 236 (92.58% from 255 or 53.88% from 438); Blue value is 14 (5.86% from 255 or 3.20% from 438); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCEC0E is #4313F1. Grayscale: #C5C5C5. Windows color (decimal): -4396018 or 978108. OLE color: 978108.

HSL color Cylindrical-coordinate representation of color #BCEC0E: hue angle of 72.97º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BCEC0E is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 236 14 -
CMYK 0.20 0 0.94 0.07
HSL 72.97º 0.89% 0.49% -
HSV(B) 72.97º 0.94% 0.93% -
XYZ 50.81 70.71 11.39 -
YUV 196.34 25.1 122.05 -
System Red Green Blue C M Y K H S L
Decimal 188 236 14 0.20 0 0.94 0.07 72.97 0.89 0.49
Hex BC EC E 14 0 5E 7 49 59 31
Octal 274 354 16 24 0 136 7 111 131 61
Binary 10111100 11101100 1110 10100 0 1011110 111 1001001 1011001 110001

Color Harmonies of #BCEC0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEC0E

Black with #BCEC0E

Text Example


Text Example

White with #BCEC0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEC0E; }

 p { color: rgb(188,236,14); }

 H1.HeaderClassName
 {
   color: #BCEC0E;
 }
 .AnyTagClassName
 {
   color: #BCEC0E;
 }
</style>

background-color css

<style>
 a { background-color: #BCEC0E; }

 a { background-color: rgb(188,236,14); }

 div.DivClassName
 {
   background-color: #BCEC0E;
 }
 .BgClassName
 {
   background-color: #BCEC0E;
 }
</style>

border-color css

<style>
 span { border-color: #BCEC0E; }

 span { border-color: rgb(188,236,14); }

 td.TdClassName
 {
   border-color: #BCEC0E;
 }
 .TagClassName
 {
   border-color: #BCEC0E;
 }
</style>