Html Css Color HEX #BCEC15 Inch Worm

📋 copy color: '#BCEC15'

red 188 ◦ green 236 ◦ blue 21

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

Shades of Inch Worm #BCEC15

Tints of Inch Worm #BCEC15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.72%

R = 42.25%
G = 53.03%
B = 4.72%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#BCEC15 (or 0xBCEC15) is known color: Inch Worm. HEX triplet: BC, EC and 15. RGB value is (188,236,21). Sum of RGB (Red+Green+Blue) = 188+236+21=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 236 (92.58% from 255 or 53.03% from 445); Blue value is 21 (8.59% from 255 or 4.72% from 445); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC15 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCEC15 is #4313EA. Grayscale: #C5C5C5. Windows color (decimal): -4396011 or 1436860. OLE color: 1436860.

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

Color convert

RGB 188 236 21 -
CMYK 0.20 0 0.91 0.07
HSL 73.4º 0.85% 0.5% -
HSV(B) 73.4º 0.91% 0.93% -
XYZ 50.87 70.74 11.68 -
YUV 197.14 28.6 121.48 -
System Red Green Blue C M Y K H S L
Decimal 188 236 21 0.20 0 0.91 0.07 73.4 0.85 0.5
Hex BC EC 15 14 0 5B 7 49 55 32
Octal 274 354 25 24 0 133 7 111 125 62
Binary 10111100 11101100 10101 10100 0 1011011 111 1001001 1010101 110010

Color Harmonies of #BCEC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEC15

Black with #BCEC15

Text Example


Text Example

White with #BCEC15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEC15; }

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

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

background-color css

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

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

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

border-color css

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

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

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