Html Css Color HEX #BAE619 Inch Worm

📋 copy color: '#BAE619'

red 186 ◦ green 230 ◦ blue 25

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

Shades of Inch Worm #BAE619

Tints of Inch Worm #BAE619

RGB

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

 GREEN value IS 230 (90.23% from 255) = 52.15%

 BLUE value IS 25 (10.16% from 255) = 5.67%

R = 42.18%
G = 52.15%
B = 5.67%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.89

 K value IS 0.10

RGB Variations

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

Color information

#BAE619 (or 0xBAE619) is known color: Inch Worm. HEX triplet: BA, E6 and 19. RGB value is (186,230,25). Sum of RGB (Red+Green+Blue) = 186+230+25=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 230 (90.23% from 255 or 52.15% from 441); Blue value is 25 (10.16% from 255 or 5.67% from 441); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE619 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAE619 is #4519E6. Grayscale: #C2C2C2. Windows color (decimal): -4528615 or 1697466. OLE color: 1697466.

HSL color Cylindrical-coordinate representation of color #BAE619: hue angle of 72.88º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BAE619 is Cyan = 0.19, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 230 25 -
CMYK 0.19 0 0.89 0.10
HSL 72.88º 0.8% 0.5% -
HSV(B) 72.88º 0.89% 0.9% -
XYZ 48.72 67.1 11.3 -
YUV 193.47 32.92 122.67 -
System Red Green Blue C M Y K H S L
Decimal 186 230 25 0.19 0 0.89 0.10 72.88 0.8 0.5
Hex BA E6 19 13 0 59 A 49 50 32
Octal 272 346 31 23 0 131 12 111 120 62
Binary 10111010 11100110 11001 10011 0 1011001 1010 1001001 1010000 110010

Color Harmonies of #BAE619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE619

Black with #BAE619

Text Example


Text Example

White with #BAE619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE619; }

 p { color: rgb(186,230,25); }

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

background-color css

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

 a { background-color: rgb(186,230,25); }

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

border-color css

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

 span { border-color: rgb(186,230,25); }

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