#BAD48A

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

Shades of Sprout #BAD48A

Tints of Sprout #BAD48A

Color information

#BAD48A (or 0xBAD48A) is unknown color: approx Sprout. HEX triplet: BA, D4 and 8A. RGB value is (186,212,138). Sum of RGB (Red+Green+Blue) = 186+212+138=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 212 (83.20% from 255 or 39.55% from 536); Blue value is 138 (54.30% from 255 or 25.75% from 536); Max value from RGB is 212 - color contains mainly: green. Hex color #BAD48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD48A is #452B75. Grayscale: #C4C4C4. Windows color (decimal): -4533110 or 9098426. OLE color: 9098426.

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

Color convert

RGB186212138-
CMYK0.1200.350.17
HSL81.08º46.25%68.63%-
HSV(B)81.08º34.91%83.14%-
XYZ48.3859.3632.95-
YUV195.7995.39121.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.70%
GREEN value IS 212 (83.20% from 255) = 39.55%
BLUE value IS 138 (54.30% from 255) = 25.75%
R=34.70%
G=39.55%
B=25.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1862121380.1200.350.1781.0846.2568.63
HexBAD48AC02311512e45
Octal272324212140432112156105
Binary101110101101010010001010110001000111000110100011011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD48A; }

 p { color: rgb(186,212,138); }

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

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

 a { background-color: rgb(186,212,138); }

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

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

 span { border-color: rgb(186,212,138); }

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