Html Css Color HEX #BAE820 Inch Worm

📋 copy color: '#BAE820'

red 186 ◦ green 232 ◦ blue 32

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

Shades of Inch Worm #BAE820

Tints of Inch Worm #BAE820

RGB

 RED value IS 186 (73.05% from 255) = 41.33%

 GREEN value IS 232 (91.02% from 255) = 51.56%

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

R = 41.33%
G = 51.56%
B = 7.11%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.86

 K value IS 0.09

RGB Variations

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

Color information

#BAE820 (or 0xBAE820) is known color: Inch Worm. HEX triplet: BA, E8 and 20. RGB value is (186,232,32). Sum of RGB (Red+Green+Blue) = 186+232+32=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 232 (91.02% from 255 or 51.56% from 450); Blue value is 32 (12.89% from 255 or 7.11% from 450); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE820 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE820 is #4517DF. Grayscale: #C4C4C4. Windows color (decimal): -4528096 or 2156730. OLE color: 2156730.

HSL color Cylindrical-coordinate representation of color #BAE820: hue angle of 73.8º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BAE820 is Cyan = 0.20, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 232 32 -
CMYK 0.20 0 0.86 0.09
HSL 73.8º 0.81% 0.52% -
HSV(B) 73.8º 0.86% 0.91% -
XYZ 49.37 68.26 11.94 -
YUV 195.45 35.76 121.26 -
System Red Green Blue C M Y K H S L
Decimal 186 232 32 0.20 0 0.86 0.09 73.8 0.81 0.52
Hex BA E8 20 14 0 56 9 4A 51 34
Octal 272 350 40 24 0 126 11 112 121 64
Binary 10111010 11101000 100000 10100 0 1010110 1001 1001010 1010001 110100

Color Harmonies of #BAE820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE820

Black with #BAE820

Text Example


Text Example

White with #BAE820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE820; }

 p { color: rgb(186,232,32); }

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

background-color css

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

 a { background-color: rgb(186,232,32); }

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

border-color css

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

 span { border-color: rgb(186,232,32); }

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