#BAD59A

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

Shades of Sprout #BAD59A

Tints of Sprout #BAD59A

Color information

#BAD59A (or 0xBAD59A) is unknown color: approx Sprout. HEX triplet: BA, D5 and 9A. RGB value is (186,213,154). Sum of RGB (Red+Green+Blue) = 186+213+154=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 213 (83.59% from 255 or 38.52% from 553); Blue value is 154 (60.55% from 255 or 27.85% from 553); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD59A is #452A65. Grayscale: #C6C6C6. Windows color (decimal): -4532838 or 10147258. OLE color: 10147258.

HSL color Cylindrical-coordinate representation of color #BAD59A: hue angle of 87.46º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BAD59A is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB186213154-
CMYK0.1300.280.16
HSL87.46º41.26%71.96%-
HSV(B)87.46º27.7%83.53%-
XYZ49.8860.3639.59-
YUV198.2103.05119.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.63%
GREEN value IS 213 (83.59% from 255) = 38.52%
BLUE value IS 154 (60.55% from 255) = 27.85%
R=33.63%
G=38.52%
B=27.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1862131540.1300.280.1687.4641.2671.96
HexBAD59AD01C10572948
Octal272325232150342012751110
Binary10111010110101011001101011010111001000010101111010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD59A; }

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

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

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

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

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

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

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

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