#9DA38B

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

Shades of Bud #9DA38B

Tints of Bud #9DA38B

Color information

#9DA38B (or 0x9DA38B) is unknown color: approx Bud. HEX triplet: 9D, A3 and 8B. RGB value is (157,163,139). Sum of RGB (Red+Green+Blue) = 157+163+139=459 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.20% from 459); Green value is 163 (64.06% from 255 or 35.51% from 459); Blue value is 139 (54.69% from 255 or 30.28% from 459); Max value from RGB is 163 - color contains mainly: green. Hex color #9DA38B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA38B is #625C74. Grayscale: #9E9E9E. Windows color (decimal): -6446197 or 9151389. OLE color: 9151389.

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

Color convert

RGB157163139-
CMYK0.0400.150.36
HSL75º11.54%59.22%-
HSV(B)75º14.72%63.92%-
XYZ31.6635.2329.56-
YUV158.47117.01126.95-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.20%
GREEN value IS 163 (64.06% from 255) = 35.51%
BLUE value IS 139 (54.69% from 255) = 30.28%
R=34.20%
G=35.51%
B=30.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1571631390.0400.150.367511.5459.22
Hex9DA38B40F244bc3b
Octal2352432134017441131473
Binary1001110110100011100010111000111110010010010111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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