#BAE320

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

Shades of Inch Worm #BAE320

Tints of Inch Worm #BAE320

Color information

#BAE320 (or 0xBAE320) is unknown color: approx Inch Worm. HEX triplet: BA, E3 and 20. RGB value is (186,227,32). Sum of RGB (Red+Green+Blue) = 186+227+32=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 227 (89.06% from 255 or 51.01% from 445); Blue value is 32 (12.89% from 255 or 7.19% from 445); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE320 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE320 is #451CDF. Grayscale: #C1C1C1. Windows color (decimal): -4529376 or 2155450. OLE color: 2155450.

HSL color Cylindrical-coordinate representation of color #BAE320: hue angle of 72.62º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BAE320 is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB18622732-
CMYK0.1800.860.11
HSL72.62º77.69%50.78%-
HSV(B)72.62º85.9%89.02%-
XYZ47.9865.4811.48-
YUV192.5137.42123.36-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.80%
GREEN value IS 227 (89.06% from 255) = 51.01%
BLUE value IS 32 (12.89% from 255) = 7.19%
R=41.80%
G=51.01%
B=7.19%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal186227320.1800.860.1172.6277.6950.78
HexBAE32012056B494e33
Octal272343402201261311111663
Binary10111010111000111000001001001010110101110010011001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE320; }

 p { color: rgb(186,227,32); }

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

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

 a { background-color: rgb(186,227,32); }

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

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

 span { border-color: rgb(186,227,32); }

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