Html Css Color HEX #BAE118 Inch Worm

📋 copy color: '#BAE118'

red 186 ◦ green 225 ◦ blue 24

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

Shades of Inch Worm #BAE118

Tints of Inch Worm #BAE118

RGB

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

 GREEN value IS 225 (88.28% from 255) = 51.72%

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

R = 42.76%
G = 51.72%
B = 5.52%

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

#BAE118 (or 0xBAE118) is known color: Inch Worm. HEX triplet: BA, E1 and 18. RGB value is (186,225,24). Sum of RGB (Red+Green+Blue) = 186+225+24=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 225 (88.28% from 255 or 51.72% from 435); Blue value is 24 (9.77% from 255 or 5.52% from 435); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE118 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAE118 is #451EE7. Grayscale: #BFBFBF. Windows color (decimal): -4529896 or 1630650. OLE color: 1630650.

HSL color Cylindrical-coordinate representation of color #BAE118: hue angle of 71.64º 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 #BAE118 is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 225 24 -
CMYK 0.17 0 0.89 0.12
HSL 71.64º 0.81% 0.49% -
HSV(B) 71.64º 0.89% 0.88% -
XYZ 47.34 64.36 10.79 -
YUV 190.43 34.08 124.84 -
System Red Green Blue C M Y K H S L
Decimal 186 225 24 0.17 0 0.89 0.12 71.64 0.81 0.49
Hex BA E1 18 11 0 59 C 48 51 31
Octal 272 341 30 21 0 131 14 110 121 61
Binary 10111010 11100001 11000 10001 0 1011001 1100 1001000 1010001 110001

Color Harmonies of #BAE118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE118

Black with #BAE118

Text Example


Text Example

White with #BAE118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE118; }

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

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

background-color css

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

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

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

border-color css

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

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

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