#9DA288

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

Shades of Bud #9DA288

Tints of Bud #9DA288

Color information

#9DA288 (or 0x9DA288) is unknown color: approx Bud. HEX triplet: 9D, A2 and 88. RGB value is (157,162,136). Sum of RGB (Red+Green+Blue) = 157+162+136=455 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.51% from 455); Green value is 162 (63.67% from 255 or 35.60% from 455); Blue value is 136 (53.52% from 255 or 29.89% from 455); Max value from RGB is 162 - color contains mainly: green. Hex color #9DA288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA288 is #625D77. Grayscale: #9D9D9D. Windows color (decimal): -6446456 or 8954525. OLE color: 8954525.

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

Color convert

RGB157162136-
CMYK0.0300.160.36
HSL71.54º12.26%58.43%-
HSV(B)71.54º16.05%63.53%-
XYZ31.2734.7928.36-
YUV157.54115.84127.61-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.51%
GREEN value IS 162 (63.67% from 255) = 35.60%
BLUE value IS 136 (53.52% from 255) = 29.89%
R=34.51%
G=35.60%
B=29.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1571621360.0300.160.3671.5412.2658.43
Hex9DA28830102448c3a
Octal2352422103020441101472
Binary1001110110100010100010001101000010010010010001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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