#9DA18D

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

Shades of Bud #9DA18D

Tints of Bud #9DA18D

Color information

#9DA18D (or 0x9DA18D) is unknown color: approx Bud. HEX triplet: 9D, A1 and 8D. RGB value is (157,161,141). Sum of RGB (Red+Green+Blue) = 157+161+141=459 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.20% from 459); Green value is 161 (63.28% from 255 or 35.08% from 459); Blue value is 141 (55.47% from 255 or 30.72% from 459); Max value from RGB is 161 - color contains mainly: green. Hex color #9DA18D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA18D is #625E72. Grayscale: #9D9D9D. Windows color (decimal): -6446707 or 9281949. OLE color: 9281949.

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

Color convert

RGB157161141-
CMYK0.0200.120.37
HSL72º9.62%59.22%-
HSV(B)72º12.42%63.14%-
XYZ31.4634.5830.22-
YUV157.52118.67127.63-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.20%
GREEN value IS 161 (63.28% from 255) = 35.08%
BLUE value IS 141 (55.47% from 255) = 30.72%
R=34.20%
G=35.08%
B=30.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1571611410.0200.120.37729.6259.22
Hex9DA18D20C2548a3b
Octal2352412152014451101273
Binary100111011010000110001101100110010010110010001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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