#9DA189

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

Shades of Bud #9DA189

Tints of Bud #9DA189

Color information

#9DA189 (or 0x9DA189) is unknown color: approx Bud. HEX triplet: 9D, A1 and 89. RGB value is (157,161,137). Sum of RGB (Red+Green+Blue) = 157+161+137=455 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.51% from 455); Green value is 161 (63.28% from 255 or 35.38% from 455); Blue value is 137 (53.91% from 255 or 30.11% from 455); Max value from RGB is 161 - color contains mainly: green. Hex color #9DA189 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA189 is #625E76. Grayscale: #9D9D9D. Windows color (decimal): -6446711 or 9019805. OLE color: 9019805.

HSL color Cylindrical-coordinate representation of color #9DA189: hue angle of 70º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9DA189 is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.37.

Color convert

RGB157161137-
CMYK0.0200.150.37
HSL70º11.32%58.43%-
HSV(B)70º14.91%63.14%-
XYZ31.1634.4628.68-
YUV157.07116.67127.95-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.51%
GREEN value IS 161 (63.28% from 255) = 35.38%
BLUE value IS 137 (53.91% from 255) = 30.11%
R=34.51%
G=35.38%
B=30.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1571611370.0200.150.377011.3258.43
Hex9DA18920F2546b3a
Octal2352412112017451061372
Binary100111011010000110001001100111110010110001101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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