#9CA289

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

Shades of Bud #9CA289

Tints of Bud #9CA289

Color information

#9CA289 (or 0x9CA289) is unknown color: approx Bud. HEX triplet: 9C, A2 and 89. RGB value is (156,162,137). Sum of RGB (Red+Green+Blue) = 156+162+137=455 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.29% from 455); Green value is 162 (63.67% from 255 or 35.60% from 455); Blue value is 137 (53.91% from 255 or 30.11% from 455); Max value from RGB is 162 - color contains mainly: green. Hex color #9CA289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA289 is #635D76. Grayscale: #9D9D9D. Windows color (decimal): -6511991 or 9020060. OLE color: 9020060.

HSL color Cylindrical-coordinate representation of color #9CA289: hue angle of 74.4º 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 #9CA289 is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB156162137-
CMYK0.0400.150.36
HSL74.4º11.85%58.63%-
HSV(B)74.4º15.43%63.53%-
XYZ31.1534.7128.73-
YUV157.36116.51127.03-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.29%
GREEN value IS 162 (63.67% from 255) = 35.60%
BLUE value IS 137 (53.91% from 255) = 30.11%
R=34.29%
G=35.60%
B=30.11%

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
Decimal1561621370.0400.150.3674.411.8558.63
Hex9CA28940F244ac3b
Octal2342422114017441121473
Binary1001110010100010100010011000111110010010010101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,162,137); }

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

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

 a { background-color: rgb(156,162,137); }

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

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

 span { border-color: rgb(156,162,137); }

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