Html Css Color HEX #BAE220 Inch Worm

📋 copy color: '#BAE220'

red 186 ◦ green 226 ◦ blue 32

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

Shades of Inch Worm #BAE220

Tints of Inch Worm #BAE220

RGB

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

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

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

R = 41.89%
G = 50.9%
B = 7.21%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#BAE220 (or 0xBAE220) is known color: Inch Worm. HEX triplet: BA, E2 and 20. RGB value is (186,226,32). Sum of RGB (Red+Green+Blue) = 186+226+32=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 226 (88.67% from 255 or 50.90% from 444); Blue value is 32 (12.89% from 255 or 7.21% from 444); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE220 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE220 is #451DDF. Grayscale: #C0C0C0. Windows color (decimal): -4529632 or 2155194. OLE color: 2155194.

HSL color Cylindrical-coordinate representation of color #BAE220: hue angle of 72.37º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BAE220 is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 226 32 -
CMYK 0.18 0 0.86 0.11
HSL 72.37º 0.77% 0.51% -
HSV(B) 72.37º 0.86% 0.89% -
XYZ 47.71 64.94 11.39 -
YUV 191.92 37.75 123.77 -
System Red Green Blue C M Y K H S L
Decimal 186 226 32 0.18 0 0.86 0.11 72.37 0.77 0.51
Hex BA E2 20 12 0 56 B 48 4D 33
Octal 272 342 40 22 0 126 13 110 115 63
Binary 10111010 11100010 100000 10010 0 1010110 1011 1001000 1001101 110011

Color Harmonies of #BAE220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE220

Black with #BAE220

Text Example


Text Example

White with #BAE220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE220; }

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

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

background-color css

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

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

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

border-color css

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

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

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