#A9B289

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

Shades of Bud #A9B289

Tints of Bud #A9B289

Color information

#A9B289 (or 0xA9B289) is unknown color: approx Bud. HEX triplet: A9, B2 and 89. RGB value is (169,178,137). Sum of RGB (Red+Green+Blue) = 169+178+137=484 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.92% from 484); Green value is 178 (69.92% from 255 or 36.78% from 484); Blue value is 137 (53.91% from 255 or 28.31% from 484); Max value from RGB is 178 - color contains mainly: green. Hex color #A9B289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9B289 is #564D76. Grayscale: #AAAAAA. Windows color (decimal): -5655927 or 9024169. OLE color: 9024169.

HSL color Cylindrical-coordinate representation of color #A9B289: hue angle of 73.17º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A9B289 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB169178137-
CMYK0.0500.230.30
HSL73.17º21.03%61.76%-
HSV(B)73.17º23.03%69.8%-
XYZ36.842.0829.85-
YUV170.64109.02126.83-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.92%
GREEN value IS 178 (69.92% from 255) = 36.78%
BLUE value IS 137 (53.91% from 255) = 28.31%
R=34.92%
G=36.78%
B=28.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1691781370.0500.230.3073.1721.0361.76
HexA9B28950171E49153e
Octal2512622115027361112576
Binary10101001101100101000100110101011111110100100110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B289; }

 p { color: rgb(169,178,137); }

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

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

 a { background-color: rgb(169,178,137); }

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

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

 span { border-color: rgb(169,178,137); }

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