Html Css Color HEX #BAE018 Inch Worm

📋 copy color: '#BAE018'

red 186 ◦ green 224 ◦ blue 24

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

Shades of Inch Worm #BAE018

Tints of Inch Worm #BAE018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.53%

R = 42.86%
G = 51.61%
B = 5.53%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.89

 K value IS 0.12

RGB Variations

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

Color information

#BAE018 (or 0xBAE018) is known color: Inch Worm. HEX triplet: BA, E0 and 18. RGB value is (186,224,24). Sum of RGB (Red+Green+Blue) = 186+224+24=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 224 (87.89% from 255 or 51.61% from 434); Blue value is 24 (9.77% from 255 or 5.53% from 434); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE018 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAE018 is #451FE7. Grayscale: #BEBEBE. Windows color (decimal): -4530152 or 1630394. OLE color: 1630394.

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

Color convert

RGB 186 224 24 -
CMYK 0.17 0 0.89 0.12
HSL 71.4º 0.81% 0.49% -
HSV(B) 71.4º 0.89% 0.88% -
XYZ 47.07 63.82 10.7 -
YUV 189.84 34.41 125.26 -
System Red Green Blue C M Y K H S L
Decimal 186 224 24 0.17 0 0.89 0.12 71.4 0.81 0.49
Hex BA E0 18 11 0 59 C 47 51 31
Octal 272 340 30 21 0 131 14 107 121 61
Binary 10111010 11100000 11000 10001 0 1011001 1100 1000111 1010001 110001

Color Harmonies of #BAE018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE018

Black with #BAE018

Text Example


Text Example

White with #BAE018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE018; }

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

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

background-color css

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

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

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

border-color css

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

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

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