Html Css Color HEX #BAE919 Inch Worm

📋 copy color: '#BAE919'

red 186 ◦ green 233 ◦ blue 25

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

Shades of Inch Worm #BAE919

Tints of Inch Worm #BAE919

RGB

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

 GREEN value IS 233 (91.41% from 255) = 52.48%

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

R = 41.89%
G = 52.48%
B = 5.63%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.89

 K value IS 0.09

RGB Variations

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

Color information

#BAE919 (or 0xBAE919) is known color: Inch Worm. HEX triplet: BA, E9 and 19. RGB value is (186,233,25). Sum of RGB (Red+Green+Blue) = 186+233+25=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 233 (91.41% from 255 or 52.48% from 444); Blue value is 25 (10.16% from 255 or 5.63% from 444); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE919 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAE919 is #4516E6. Grayscale: #C4C4C4. Windows color (decimal): -4527847 or 1698234. OLE color: 1698234.

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

Color convert

RGB 186 233 25 -
CMYK 0.20 0 0.89 0.09
HSL 73.56º 0.83% 0.51% -
HSV(B) 73.56º 0.89% 0.91% -
XYZ 49.56 68.79 11.58 -
YUV 195.24 31.93 121.41 -
System Red Green Blue C M Y K H S L
Decimal 186 233 25 0.20 0 0.89 0.09 73.56 0.83 0.51
Hex BA E9 19 14 0 59 9 4A 53 33
Octal 272 351 31 24 0 131 11 112 123 63
Binary 10111010 11101001 11001 10100 0 1011001 1001 1001010 1010011 110011

Color Harmonies of #BAE919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE919

Black with #BAE919

Text Example


Text Example

White with #BAE919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE919; }

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

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

background-color css

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

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

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

border-color css

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

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

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