Html Css Color HEX #BEE20A Inch Worm

📋 copy color: '#BEE20A'

red 190 ◦ green 226 ◦ blue 10

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

Shades of Inch Worm #BEE20A

Tints of Inch Worm #BEE20A

RGB

 RED value IS 190 (74.61% from 255) = 44.6%

 GREEN value IS 226 (88.67% from 255) = 53.05%

 BLUE value IS 10 (4.3% from 255) = 2.35%

R = 44.6%
G = 53.05%
B = 2.35%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.96

 K value IS 0.11

RGB Variations

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

Color information

#BEE20A (or 0xBEE20A) is known color: Inch Worm. HEX triplet: BE, E2 and 0A. RGB value is (190,226,10). Sum of RGB (Red+Green+Blue) = 190+226+10=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 226 (88.67% from 255 or 53.05% from 426); Blue value is 10 (4.30% from 255 or 2.35% from 426); Max value from RGB is 226 - color contains mainly: green. Hex color #BEE20A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEE20A is #411DF5. Grayscale: #BFBFBF. Windows color (decimal): -4267510 or 713406. OLE color: 713406.

HSL color Cylindrical-coordinate representation of color #BEE20A: hue angle of 70º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BEE20A is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.

Color convert

RGB 190 226 10 -
CMYK 0.16 0 0.96 0.11
HSL 70º 0.92% 0.46% -
HSV(B) 70º 0.96% 0.89% -
XYZ 48.49 65.36 10.35 -
YUV 190.61 26.07 127.56 -
System Red Green Blue C M Y K H S L
Decimal 190 226 10 0.16 0 0.96 0.11 70 0.92 0.46
Hex BE E2 A 10 0 60 B 46 5C 2E
Octal 276 342 12 20 0 140 13 106 134 56
Binary 10111110 11100010 1010 10000 0 1100000 1011 1000110 1011100 101110

Color Harmonies of #BEE20A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE20A

Black with #BEE20A

Text Example


Text Example

White with #BEE20A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE20A; }

 p { color: rgb(190,226,10); }

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

background-color css

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

 a { background-color: rgb(190,226,10); }

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

border-color css

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

 span { border-color: rgb(190,226,10); }

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