#BAE093

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

Shades of Sprout #BAE093

Tints of Sprout #BAE093

Color information

#BAE093 (or 0xBAE093) is unknown color: approx Sprout. HEX triplet: BA, E0 and 93. RGB value is (186,224,147). Sum of RGB (Red+Green+Blue) = 186+224+147=557 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.39% from 557); Green value is 224 (87.89% from 255 or 40.22% from 557); Blue value is 147 (57.81% from 255 or 26.39% from 557); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE093 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE093 is #451F6C. Grayscale: #CCCCCC. Windows color (decimal): -4530029 or 9691322. OLE color: 9691322.

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

Color convert

RGB186224147-
CMYK0.1700.340.12
HSL89.61º55.4%72.75%-
HSV(B)89.61º34.38%87.84%-
XYZ52.1765.8637.57-
YUV203.8695.91115.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.39%
GREEN value IS 224 (87.89% from 255) = 40.22%
BLUE value IS 147 (57.81% from 255) = 26.39%
R=33.39%
G=40.22%
B=26.39%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1862241470.1700.340.1289.6155.472.75
HexBAE09311022C5a3749
Octal272340223210421413267111
Binary101110101110000010010011100010100010110010110101101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE093; }

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

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

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

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

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

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

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

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