Html Css Color HEX #BAE41A Inch Worm

📋 copy color: '#BAE41A'

red 186 ◦ green 228 ◦ blue 26

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

Shades of Inch Worm #BAE41A

Tints of Inch Worm #BAE41A

RGB

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

 GREEN value IS 228 (89.45% from 255) = 51.82%

 BLUE value IS 26 (10.55% from 255) = 5.91%

R = 42.27%
G = 51.82%
B = 5.91%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.89

 K value IS 0.11

RGB Variations

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

Color information

#BAE41A (or 0xBAE41A) is known color: Inch Worm. HEX triplet: BA, E4 and 1A. RGB value is (186,228,26). Sum of RGB (Red+Green+Blue) = 186+228+26=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 228 (89.45% from 255 or 51.82% from 440); Blue value is 26 (10.55% from 255 or 5.91% from 440); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE41A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE41A is #451BE5. Grayscale: #C1C1C1. Windows color (decimal): -4529126 or 1762490. OLE color: 1762490.

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

Color convert

RGB 186 228 26 -
CMYK 0.18 0 0.89 0.11
HSL 72.48º 0.8% 0.5% -
HSV(B) 72.48º 0.89% 0.89% -
XYZ 48.18 66 11.18 -
YUV 192.41 34.09 123.43 -
System Red Green Blue C M Y K H S L
Decimal 186 228 26 0.18 0 0.89 0.11 72.48 0.8 0.5
Hex BA E4 1A 12 0 59 B 48 50 32
Octal 272 344 32 22 0 131 13 110 120 62
Binary 10111010 11100100 11010 10010 0 1011001 1011 1001000 1010000 110010

Color Harmonies of #BAE41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE41A

Black with #BAE41A

Text Example


Text Example

White with #BAE41A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE41A; }

 p { color: rgb(186,228,26); }

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

background-color css

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

 a { background-color: rgb(186,228,26); }

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

border-color css

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

 span { border-color: rgb(186,228,26); }

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