#9DA18B

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

Shades of Bud #9DA18B

Tints of Bud #9DA18B

Color information

#9DA18B (or 0x9DA18B) is unknown color: approx Bud. HEX triplet: 9D, A1 and 8B. RGB value is (157,161,139). Sum of RGB (Red+Green+Blue) = 157+161+139=457 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.35% from 457); Green value is 161 (63.28% from 255 or 35.23% from 457); Blue value is 139 (54.69% from 255 or 30.42% from 457); Max value from RGB is 161 - color contains mainly: green. Hex color #9DA18B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA18B is #625E74. Grayscale: #9D9D9D. Windows color (decimal): -6446709 or 9150877. OLE color: 9150877.

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

Color convert

RGB157161139-
CMYK0.0200.140.37
HSL70.91º10.48%58.82%-
HSV(B)70.91º13.66%63.14%-
XYZ31.3134.5229.44-
YUV157.3117.67127.79-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.35%
GREEN value IS 161 (63.28% from 255) = 35.23%
BLUE value IS 139 (54.69% from 255) = 30.42%
R=34.35%
G=35.23%
B=30.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1571611390.0200.140.3770.9110.4858.82
Hex9DA18B20E2547a3b
Octal2352412132016451071273
Binary100111011010000110001011100111010010110001111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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