#BAE011

Color #BAE011 Inch Worm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Inch Worm #BAE011

Tints of Inch Worm #BAE011

Color information

#BAE011 (or 0xBAE011) is unknown color: approx Inch Worm. HEX triplet: BA, E0 and 11. RGB value is (186,224,17). Sum of RGB (Red+Green+Blue) = 186+224+17=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 224 (87.89% from 255 or 52.46% from 427); Blue value is 17 (7.03% from 255 or 3.98% from 427); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE011 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAE011 is #451FEE. Grayscale: #BDBDBD. Windows color (decimal): -4530159 or 1171642. OLE color: 1171642.

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

Color convert

RGB18622417-
CMYK0.1700.920.12
HSL71.01º85.89%47.25%-
HSV(B)71.01º92.41%87.84%-
XYZ47.0163.7910.37-
YUV189.0430.91125.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.56%
GREEN value IS 224 (87.89% from 255) = 52.46%
BLUE value IS 17 (7.03% from 255) = 3.98%
R=43.56%
G=52.46%
B=3.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal186224170.1700.920.1271.0185.8947.25
HexBAE0111105CC47562f
Octal272340212101341410712657
Binary1011101011100000100011000101011100110010001111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE011; }

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

 H1.HeaderClassName
 {
   color: #BAE011;
 }
 .AnyTagClassName
 {
   color: #BAE011;
 }
</style>
background-color css

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

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

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

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

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

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