Html Css Color HEX #BCEC0F Inch Worm

📋 copy color: '#BCEC0F'

red 188 ◦ green 236 ◦ blue 15

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

Shades of Inch Worm #BCEC0F

Tints of Inch Worm #BCEC0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.42%

R = 42.82%
G = 53.76%
B = 3.42%

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

#BCEC0F (or 0xBCEC0F) is known color: Inch Worm. HEX triplet: BC, EC and 0F. RGB value is (188,236,15). Sum of RGB (Red+Green+Blue) = 188+236+15=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 236 (92.58% from 255 or 53.76% from 439); Blue value is 15 (6.25% from 255 or 3.42% from 439); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCEC0F is #4313F0. Grayscale: #C5C5C5. Windows color (decimal): -4396017 or 1043644. OLE color: 1043644.

HSL color Cylindrical-coordinate representation of color #BCEC0F: hue angle of 73.03º degrees, saturation: 0.88, 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 #BCEC0F is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 236 15 -
CMYK 0.20 0 0.94 0.07
HSL 73.03º 0.88% 0.49% -
HSV(B) 73.03º 0.94% 0.93% -
XYZ 50.82 70.72 11.42 -
YUV 196.45 25.6 121.97 -
System Red Green Blue C M Y K H S L
Decimal 188 236 15 0.20 0 0.94 0.07 73.03 0.88 0.49
Hex BC EC F 14 0 5E 7 49 58 31
Octal 274 354 17 24 0 136 7 111 130 61
Binary 10111100 11101100 1111 10100 0 1011110 111 1001001 1011000 110001

Color Harmonies of #BCEC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEC0F

Black with #BCEC0F

Text Example


Text Example

White with #BCEC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEC0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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