Html Css Color HEX #BEEA20 Inch Worm

📋 copy color: '#BEEA20'

red 190 ◦ green 234 ◦ blue 32

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

Shades of Inch Worm #BEEA20

Tints of Inch Worm #BEEA20

RGB

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

 GREEN value IS 234 (91.8% from 255) = 51.32%

 BLUE value IS 32 (12.89% from 255) = 7.02%

R = 41.67%
G = 51.32%
B = 7.02%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#BEEA20 (or 0xBEEA20) is known color: Inch Worm. HEX triplet: BE, EA and 20. RGB value is (190,234,32). Sum of RGB (Red+Green+Blue) = 190+234+32=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 234 (91.80% from 255 or 51.32% from 456); Blue value is 32 (12.89% from 255 or 7.02% from 456); Max value from RGB is 234 - color contains mainly: green. Hex color #BEEA20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEEA20 is #4115DF. Grayscale: #C6C6C6. Windows color (decimal): -4265440 or 2157246. OLE color: 2157246.

HSL color Cylindrical-coordinate representation of color #BEEA20: hue angle of 73.07º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BEEA20 is Cyan = 0.19, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.08.

Color convert

RGB 190 234 32 -
CMYK 0.19 0 0.86 0.08
HSL 73.07º 0.83% 0.52% -
HSV(B) 73.07º 0.86% 0.92% -
XYZ 50.92 69.9 12.17 -
YUV 197.82 34.42 122.43 -
System Red Green Blue C M Y K H S L
Decimal 190 234 32 0.19 0 0.86 0.08 73.07 0.83 0.52
Hex BE EA 20 13 0 56 8 49 53 34
Octal 276 352 40 23 0 126 10 111 123 64
Binary 10111110 11101010 100000 10011 0 1010110 1000 1001001 1010011 110100

Color Harmonies of #BEEA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEA20

Black with #BEEA20

Text Example


Text Example

White with #BEEA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEA20; }

 p { color: rgb(190,234,32); }

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

background-color css

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

 a { background-color: rgb(190,234,32); }

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

border-color css

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

 span { border-color: rgb(190,234,32); }

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