#BAE092

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

Shades of Sprout #BAE092

Tints of Sprout #BAE092

Color information

#BAE092 (or 0xBAE092) is unknown color: approx Sprout. HEX triplet: BA, E0 and 92. RGB value is (186,224,146). Sum of RGB (Red+Green+Blue) = 186+224+146=556 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.45% from 556); Green value is 224 (87.89% from 255 or 40.29% from 556); Blue value is 146 (57.42% from 255 or 26.26% from 556); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE092 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE092 is #451F6D. Grayscale: #CCCCCC. Windows color (decimal): -4530030 or 9625786. OLE color: 9625786.

HSL color Cylindrical-coordinate representation of color #BAE092: hue angle of 89.23º degrees, saturation: 0.56, 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 #BAE092 is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.12.

Color convert

RGB186224146-
CMYK0.1700.350.12
HSL89.23º55.71%72.55%-
HSV(B)89.23º34.82%87.84%-
XYZ52.0965.8337.15-
YUV203.7595.41115.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.45%
GREEN value IS 224 (87.89% from 255) = 40.29%
BLUE value IS 146 (57.42% from 255) = 26.26%
R=33.45%
G=40.29%
B=26.26%

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
Decimal1862241460.1700.350.1289.2355.7172.55
HexBAE09211023C593849
Octal272340222210431413170111
Binary101110101110000010010010100010100011110010110011110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE092; }

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

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

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

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

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

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

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

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