#BAD38D

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

Shades of Sprout #BAD38D

Tints of Sprout #BAD38D

Color information

#BAD38D (or 0xBAD38D) is unknown color: approx Sprout. HEX triplet: BA, D3 and 8D. RGB value is (186,211,141). Sum of RGB (Red+Green+Blue) = 186+211+141=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 211 (82.81% from 255 or 39.22% from 538); Blue value is 141 (55.47% from 255 or 26.21% from 538); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD38D is #452C72. Grayscale: #C3C3C3. Windows color (decimal): -4533363 or 9294778. OLE color: 9294778.

HSL color Cylindrical-coordinate representation of color #BAD38D: hue angle of 81.43º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BAD38D is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB186211141-
CMYK0.1200.330.17
HSL81.43º44.3%69.02%-
HSV(B)81.43º33.18%82.75%-
XYZ48.3558.9534.03-
YUV195.5497.22121.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.57%
GREEN value IS 211 (82.81% from 255) = 39.22%
BLUE value IS 141 (55.47% from 255) = 26.21%
R=34.57%
G=39.22%
B=26.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1862111410.1200.330.1781.4344.369.02
HexBAD38DC02111512c45
Octal272323215140412112154105
Binary101110101101001110001101110001000011000110100011011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD38D; }

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

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

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

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

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

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

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

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