#9DA28B

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

Shades of Bud #9DA28B

Tints of Bud #9DA28B

Color information

#9DA28B (or 0x9DA28B) is unknown color: approx Bud. HEX triplet: 9D, A2 and 8B. RGB value is (157,162,139). Sum of RGB (Red+Green+Blue) = 157+162+139=458 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.28% from 458); Green value is 162 (63.67% from 255 or 35.37% from 458); Blue value is 139 (54.69% from 255 or 30.35% from 458); Max value from RGB is 162 - color contains mainly: green. Hex color #9DA28B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA28B is #625D74. Grayscale: #9D9D9D. Windows color (decimal): -6446453 or 9151133. OLE color: 9151133.

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

Color convert

RGB157162139-
CMYK0.0300.140.36
HSL73.04º11%59.02%-
HSV(B)73.04º14.2%63.53%-
XYZ31.4934.8729.5-
YUV157.88117.34127.37-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.28%
GREEN value IS 162 (63.67% from 255) = 35.37%
BLUE value IS 139 (54.69% from 255) = 30.35%
R=34.28%
G=35.37%
B=30.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1571621390.0300.140.3673.041159.02
Hex9DA28B30E2449b3b
Octal2352422133016441111373
Binary100111011010001010001011110111010010010010011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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