#9DA389

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

Shades of Bud #9DA389

Tints of Bud #9DA389

Color information

#9DA389 (or 0x9DA389) is unknown color: approx Bud. HEX triplet: 9D, A3 and 89. RGB value is (157,163,137). Sum of RGB (Red+Green+Blue) = 157+163+137=457 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.35% from 457); Green value is 163 (64.06% from 255 or 35.67% from 457); Blue value is 137 (53.91% from 255 or 29.98% from 457); Max value from RGB is 163 - color contains mainly: green. Hex color #9DA389 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA389 is #625C76. Grayscale: #9E9E9E. Windows color (decimal): -6446199 or 9020317. OLE color: 9020317.

HSL color Cylindrical-coordinate representation of color #9DA389: hue angle of 73.85º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9DA389 is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB157163137-
CMYK0.0400.160.36
HSL73.85º12.38%58.82%-
HSV(B)73.85º15.95%63.92%-
XYZ31.5235.1728.79-
YUV158.24116.01127.11-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.35%
GREEN value IS 163 (64.06% from 255) = 35.67%
BLUE value IS 137 (53.91% from 255) = 29.98%
R=34.35%
G=35.67%
B=29.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1571631370.0400.160.3673.8512.3858.82
Hex9DA3894010244ac3b
Octal2352432114020441121473
Binary10011101101000111000100110001000010010010010101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DA389; }

 p { color: rgb(157,163,137); }

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

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

 a { background-color: rgb(157,163,137); }

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

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

 span { border-color: rgb(157,163,137); }

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