#BADE93

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

Shades of Sprout #BADE93

Tints of Sprout #BADE93

Color information

#BADE93 (or 0xBADE93) is unknown color: approx Sprout. HEX triplet: BA, DE and 93. RGB value is (186,222,147). Sum of RGB (Red+Green+Blue) = 186+222+147=555 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.51% from 555); Green value is 222 (87.11% from 255 or 40% from 555); Blue value is 147 (57.81% from 255 or 26.49% from 555); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADE93 is #45216C. Grayscale: #CACACA. Windows color (decimal): -4530541 or 9690810. OLE color: 9690810.

HSL color Cylindrical-coordinate representation of color #BADE93: hue angle of 88.8º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BADE93 is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB186222147-
CMYK0.1600.340.13
HSL88.8º53.19%72.35%-
HSV(B)88.8º33.78%87.06%-
XYZ51.6464.7937.39-
YUV202.6996.57116.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.51%
GREEN value IS 222 (87.11% from 255) = 40%
BLUE value IS 147 (57.81% from 255) = 26.49%
R=33.51%
G=40%
B=26.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862221470.1600.340.1388.853.1972.35
HexBADE9310022D593548
Octal272336223200421513165110
Binary101110101101111010010011100000100010110110110011101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADE93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADE93; }

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

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

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

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

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

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

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

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