#BADE96

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

Shades of Sprout #BADE96

Tints of Sprout #BADE96

Color information

#BADE96 (or 0xBADE96) is unknown color: approx Sprout. HEX triplet: BA, DE and 96. RGB value is (186,222,150). Sum of RGB (Red+Green+Blue) = 186+222+150=558 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.33% from 558); Green value is 222 (87.11% from 255 or 39.78% from 558); Blue value is 150 (58.98% from 255 or 26.88% from 558); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADE96 is #452169. Grayscale: #CBCBCB. Windows color (decimal): -4530538 or 9887418. OLE color: 9887418.

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

Color convert

RGB186222150-
CMYK0.1600.320.13
HSL90º52.17%72.94%-
HSV(B)90º32.43%87.06%-
XYZ51.8864.8838.64-
YUV203.0398.07115.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.33%
GREEN value IS 222 (87.11% from 255) = 39.78%
BLUE value IS 150 (58.98% from 255) = 26.88%
R=33.33%
G=39.78%
B=26.88%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862221500.1600.320.139052.1772.94
HexBADE9610020D5a3449
Octal272336226200401513264111
Binary101110101101111010010110100000100000110110110101101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADE96; }

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

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

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

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

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

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

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

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