Html Css Color HEX #BAE016 Inch Worm

📋 copy color: '#BAE016'

red 186 ◦ green 224 ◦ blue 22

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

Shades of Inch Worm #BAE016

Tints of Inch Worm #BAE016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.09%

R = 43.06%
G = 51.85%
B = 5.09%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#BAE016 (or 0xBAE016) is known color: Inch Worm. HEX triplet: BA, E0 and 16. RGB value is (186,224,22). Sum of RGB (Red+Green+Blue) = 186+224+22=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 224 (87.89% from 255 or 51.85% from 432); Blue value is 22 (8.98% from 255 or 5.09% from 432); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE016 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAE016 is #451FE9. Grayscale: #BEBEBE. Windows color (decimal): -4530154 or 1499322. OLE color: 1499322.

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

Color convert

RGB 186 224 22 -
CMYK 0.17 0 0.90 0.12
HSL 71.29º 0.82% 0.48% -
HSV(B) 71.29º 0.9% 0.88% -
XYZ 47.05 63.81 10.6 -
YUV 189.61 33.41 125.43 -
System Red Green Blue C M Y K H S L
Decimal 186 224 22 0.17 0 0.90 0.12 71.29 0.82 0.48
Hex BA E0 16 11 0 5A C 47 52 30
Octal 272 340 26 21 0 132 14 107 122 60
Binary 10111010 11100000 10110 10001 0 1011010 1100 1000111 1010010 110000

Color Harmonies of #BAE016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE016

Black with #BAE016

Text Example


Text Example

White with #BAE016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE016; }

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

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

background-color css

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

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

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

border-color css

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

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

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