Html Css Color HEX #BAE020 Inch Worm

📋 copy color: '#BAE020'

red 186 ◦ green 224 ◦ blue 32

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

Shades of Inch Worm #BAE020

Tints of Inch Worm #BAE020

RGB

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

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

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

R = 42.08%
G = 50.68%
B = 7.24%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#BAE020 (or 0xBAE020) is known color: Inch Worm. HEX triplet: BA, E0 and 20. RGB value is (186,224,32). Sum of RGB (Red+Green+Blue) = 186+224+32=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 224 (87.89% from 255 or 50.68% from 442); Blue value is 32 (12.89% from 255 or 7.24% from 442); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE020 is #451FDF. Grayscale: #BFBFBF. Windows color (decimal): -4530144 or 2154682. OLE color: 2154682.

HSL color Cylindrical-coordinate representation of color #BAE020: hue angle of 71.88º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BAE020 is Cyan = 0.17, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 224 32 -
CMYK 0.17 0 0.86 0.12
HSL 71.88º 0.76% 0.5% -
HSV(B) 71.88º 0.86% 0.88% -
XYZ 47.17 63.85 11.21 -
YUV 190.75 38.41 124.61 -
System Red Green Blue C M Y K H S L
Decimal 186 224 32 0.17 0 0.86 0.12 71.88 0.76 0.5
Hex BA E0 20 11 0 56 C 48 4C 32
Octal 272 340 40 21 0 126 14 110 114 62
Binary 10111010 11100000 100000 10001 0 1010110 1100 1001000 1001100 110010

Color Harmonies of #BAE020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE020

Black with #BAE020

Text Example


Text Example

White with #BAE020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE020; }

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

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

background-color css

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

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

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

border-color css

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

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

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