Html Css Color HEX #BAE015 Inch Worm

📋 copy color: '#BAE015'

red 186 ◦ green 224 ◦ blue 21

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

Shades of Inch Worm #BAE015

Tints of Inch Worm #BAE015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.87%

R = 43.16%
G = 51.97%
B = 4.87%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#BAE015 (or 0xBAE015) is known color: Inch Worm. HEX triplet: BA, E0 and 15. RGB value is (186,224,21). Sum of RGB (Red+Green+Blue) = 186+224+21=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 224 (87.89% from 255 or 51.97% from 431); Blue value is 21 (8.59% from 255 or 4.87% from 431); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE015 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAE015 is #451FEA. Grayscale: #BEBEBE. Windows color (decimal): -4530155 or 1433786. OLE color: 1433786.

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

Color convert

RGB 186 224 21 -
CMYK 0.17 0 0.91 0.12
HSL 71.23º 0.83% 0.48% -
HSV(B) 71.23º 0.91% 0.88% -
XYZ 47.04 63.8 10.55 -
YUV 189.5 32.91 125.51 -
System Red Green Blue C M Y K H S L
Decimal 186 224 21 0.17 0 0.91 0.12 71.23 0.83 0.48
Hex BA E0 15 11 0 5B C 47 53 30
Octal 272 340 25 21 0 133 14 107 123 60
Binary 10111010 11100000 10101 10001 0 1011011 1100 1000111 1010011 110000

Color Harmonies of #BAE015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE015

Black with #BAE015

Text Example


Text Example

White with #BAE015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE015; }

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

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

background-color css

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

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

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

border-color css

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

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

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