Html Css Color HEX #BAE20D Inch Worm

📋 copy color: '#BAE20D'

red 186 ◦ green 226 ◦ blue 13

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

Shades of Inch Worm #BAE20D

Tints of Inch Worm #BAE20D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.06%

R = 43.76%
G = 53.18%
B = 3.06%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#BAE20D (or 0xBAE20D) is known color: Inch Worm. HEX triplet: BA, E2 and 0D. RGB value is (186,226,13). Sum of RGB (Red+Green+Blue) = 186+226+13=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 226 (88.67% from 255 or 53.18% from 425); Blue value is 13 (5.47% from 255 or 3.06% from 425); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE20D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAE20D is #451DF2. Grayscale: #BEBEBE. Windows color (decimal): -4529651 or 910010. OLE color: 910010.

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

Color convert

RGB 186 226 13 -
CMYK 0.18 0 0.94 0.11
HSL 71.27º 0.89% 0.47% -
HSV(B) 71.27º 0.94% 0.89% -
XYZ 47.52 64.86 10.4 -
YUV 189.76 28.25 125.32 -
System Red Green Blue C M Y K H S L
Decimal 186 226 13 0.18 0 0.94 0.11 71.27 0.89 0.47
Hex BA E2 D 12 0 5E B 47 59 2F
Octal 272 342 15 22 0 136 13 107 131 57
Binary 10111010 11100010 1101 10010 0 1011110 1011 1000111 1011001 101111

Color Harmonies of #BAE20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE20D

Black with #BAE20D

Text Example


Text Example

White with #BAE20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE20D; }

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

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

background-color css

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

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

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

border-color css

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

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

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