#BAD98D

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

Shades of Sprout #BAD98D

Tints of Sprout #BAD98D

Color information

#BAD98D (or 0xBAD98D) is unknown color: approx Sprout. HEX triplet: BA, D9 and 8D. RGB value is (186,217,141). Sum of RGB (Red+Green+Blue) = 186+217+141=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 217 (85.16% from 255 or 39.89% from 544); Blue value is 141 (55.47% from 255 or 25.92% from 544); Max value from RGB is 217 - color contains mainly: green. Hex color #BAD98D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD98D is #452672. Grayscale: #C7C7C7. Windows color (decimal): -4531827 or 9296314. OLE color: 9296314.

HSL color Cylindrical-coordinate representation of color #BAD98D: hue angle of 84.47º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BAD98D is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB186217141-
CMYK0.1400.350.15
HSL84.47º50%70.2%-
HSV(B)84.47º35.02%85.1%-
XYZ49.8761.9934.54-
YUV199.0795.23118.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.19%
GREEN value IS 217 (85.16% from 255) = 39.89%
BLUE value IS 141 (55.47% from 255) = 25.92%
R=34.19%
G=39.89%
B=25.92%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1862171410.1400.350.1584.475070.2
HexBAD98DE023F543246
Octal272331215160431712462106
Binary10111010110110011000110111100100011111110101001100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD98D; }

 p { color: rgb(186,217,141); }

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

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

 a { background-color: rgb(186,217,141); }

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

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

 span { border-color: rgb(186,217,141); }

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