#BAD19D

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

Shades of Sprout #BAD19D

Tints of Sprout #BAD19D

Color information

#BAD19D (or 0xBAD19D) is unknown color: approx Sprout. HEX triplet: BA, D1 and 9D. RGB value is (186,209,157). Sum of RGB (Red+Green+Blue) = 186+209+157=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 209 (82.03% from 255 or 37.86% from 552); Blue value is 157 (61.72% from 255 or 28.44% from 552); Max value from RGB is 209 - color contains mainly: green. Hex color #BAD19D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD19D is #452E62. Grayscale: #C4C4C4. Windows color (decimal): -4533859 or 10342842. OLE color: 10342842.

HSL color Cylindrical-coordinate representation of color #BAD19D: hue angle of 86.54º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAD19D is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB186209157-
CMYK0.1100.250.18
HSL86.54º36.11%71.76%-
HSV(B)86.54º24.88%81.96%-
XYZ49.1458.4740.6-
YUV196.2105.88120.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.70%
GREEN value IS 209 (82.03% from 255) = 37.86%
BLUE value IS 157 (61.72% from 255) = 28.44%
R=33.70%
G=37.86%
B=28.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1862091570.1100.250.1886.5436.1171.76
HexBAD19DB01912572448
Octal272321235130312212744110
Binary10111010110100011001110110110110011001010101111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD19D; }

 p { color: rgb(186,209,157); }

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

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

 a { background-color: rgb(186,209,157); }

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

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

 span { border-color: rgb(186,209,157); }

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