#BAE095

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

Shades of Sprout #BAE095

Tints of Sprout #BAE095

Color information

#BAE095 (or 0xBAE095) is unknown color: approx Sprout. HEX triplet: BA, E0 and 95. RGB value is (186,224,149). Sum of RGB (Red+Green+Blue) = 186+224+149=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 224 (87.89% from 255 or 40.07% from 559); Blue value is 149 (58.59% from 255 or 26.65% from 559); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE095 is #451F6A. Grayscale: #CCCCCC. Windows color (decimal): -4530027 or 9822394. OLE color: 9822394.

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

Color convert

RGB186224149-
CMYK0.1700.330.12
HSL90.4º54.74%73.14%-
HSV(B)90.4º33.48%87.84%-
XYZ52.3365.9238.4-
YUV204.0996.91115.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.27%
GREEN value IS 224 (87.89% from 255) = 40.07%
BLUE value IS 149 (58.59% from 255) = 26.65%
R=33.27%
G=40.07%
B=26.65%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1862241490.1700.330.1290.454.7473.14
HexBAE09511021C5a3749
Octal272340225210411413267111
Binary101110101110000010010101100010100001110010110101101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE095; }

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

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

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

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

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

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

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

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