#BAE192

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

Shades of Sprout #BAE192

Tints of Sprout #BAE192

Color information

#BAE192 (or 0xBAE192) is unknown color: approx Sprout. HEX triplet: BA, E1 and 92. RGB value is (186,225,146). Sum of RGB (Red+Green+Blue) = 186+225+146=557 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.39% from 557); Green value is 225 (88.28% from 255 or 40.39% from 557); Blue value is 146 (57.42% from 255 or 26.21% from 557); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE192 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE192 is #451E6D. Grayscale: #CCCCCC. Windows color (decimal): -4529774 or 9626042. OLE color: 9626042.

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

Color convert

RGB186225146-
CMYK0.1700.350.12
HSL89.62º56.83%72.75%-
HSV(B)89.62º35.11%88.24%-
XYZ52.3666.3637.24-
YUV204.3395.08114.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.39%
GREEN value IS 225 (88.28% from 255) = 40.39%
BLUE value IS 146 (57.42% from 255) = 26.21%
R=33.39%
G=40.39%
B=26.21%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1862251460.1700.350.1289.6256.8372.75
HexBAE19211023C5a3949
Octal272341222210431413271111
Binary101110101110000110010010100010100011110010110101110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE192; }

 p { color: rgb(186,225,146); }

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

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

 a { background-color: rgb(186,225,146); }

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

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

 span { border-color: rgb(186,225,146); }

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