#BAD49A

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

Shades of Sprout #BAD49A

Tints of Sprout #BAD49A

Color information

#BAD49A (or 0xBAD49A) is unknown color: approx Sprout. HEX triplet: BA, D4 and 9A. RGB value is (186,212,154). Sum of RGB (Red+Green+Blue) = 186+212+154=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 212 (83.20% from 255 or 38.41% from 552); Blue value is 154 (60.55% from 255 or 27.90% from 552); Max value from RGB is 212 - color contains mainly: green. Hex color #BAD49A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD49A is #452B65. Grayscale: #C5C5C5. Windows color (decimal): -4533094 or 10147002. OLE color: 10147002.

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

Color convert

RGB186212154-
CMYK0.1200.270.17
HSL86.9º40.28%71.76%-
HSV(B)86.9º27.36%83.14%-
XYZ49.6359.8639.51-
YUV197.61103.39119.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.70%
GREEN value IS 212 (83.20% from 255) = 38.41%
BLUE value IS 154 (60.55% from 255) = 27.90%
R=33.70%
G=38.41%
B=27.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1862121540.1200.270.1786.940.2871.76
HexBAD49AC01B11572848
Octal272324232140332112750110
Binary10111010110101001001101011000110111000110101111010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD49A; }

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

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

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

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

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

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

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

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