Html Css Color HEX #BCE013 Inch Worm

📋 copy color: '#BCE013'

red 188 ◦ green 224 ◦ blue 19

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

Shades of Inch Worm #BCE013

Tints of Inch Worm #BCE013

RGB

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

 GREEN value IS 224 (87.89% from 255) = 51.97%

 BLUE value IS 19 (7.81% from 255) = 4.41%

R = 43.62%
G = 51.97%
B = 4.41%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#BCE013 (or 0xBCE013) is known color: Inch Worm. HEX triplet: BC, E0 and 13. RGB value is (188,224,19). Sum of RGB (Red+Green+Blue) = 188+224+19=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 224 (87.89% from 255 or 51.97% from 431); Blue value is 19 (7.81% from 255 or 4.41% from 431); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE013 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCE013 is #431FEC. Grayscale: #BEBEBE. Windows color (decimal): -4399085 or 1302716. OLE color: 1302716.

HSL color Cylindrical-coordinate representation of color #BCE013: hue angle of 70.54º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BCE013 is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 224 19 -
CMYK 0.16 0 0.92 0.12
HSL 70.54º 0.84% 0.48% -
HSV(B) 70.54º 0.92% 0.88% -
XYZ 47.51 64.05 10.47 -
YUV 189.87 31.57 126.67 -
System Red Green Blue C M Y K H S L
Decimal 188 224 19 0.16 0 0.92 0.12 70.54 0.84 0.48
Hex BC E0 13 10 0 5C C 47 54 30
Octal 274 340 23 20 0 134 14 107 124 60
Binary 10111100 11100000 10011 10000 0 1011100 1100 1000111 1010100 110000

Color Harmonies of #BCE013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE013

Black with #BCE013

Text Example


Text Example

White with #BCE013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE013; }

 p { color: rgb(188,224,19); }

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

background-color css

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

 a { background-color: rgb(188,224,19); }

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

border-color css

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

 span { border-color: rgb(188,224,19); }

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