#ADB291

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

Shades of Bud #ADB291

Tints of Bud #ADB291

Color information

#ADB291 (or 0xADB291) is unknown color: approx Bud. HEX triplet: AD, B2 and 91. RGB value is (173,178,145). Sum of RGB (Red+Green+Blue) = 173+178+145=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 178 (69.92% from 255 or 35.89% from 496); Blue value is 145 (57.03% from 255 or 29.23% from 496); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB291 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB291 is #524D6E. Grayscale: #ACACAC. Windows color (decimal): -5393775 or 9548461. OLE color: 9548461.

HSL color Cylindrical-coordinate representation of color #ADB291: hue angle of 69.09º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADB291 is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.30.

Color convert

RGB173178145-
CMYK0.0300.190.30
HSL69.09º17.65%63.33%-
HSV(B)69.09º18.54%69.8%-
XYZ38.2642.7733.03-
YUV172.74112.34128.18-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.88%
GREEN value IS 178 (69.92% from 255) = 35.89%
BLUE value IS 145 (57.03% from 255) = 29.23%
R=34.88%
G=35.89%
B=29.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1731781450.0300.190.3069.0917.6563.33
HexADB29130131E45123f
Octal2552622213023361052277
Binary1010110110110010100100011101001111110100010110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB291; }

 p { color: rgb(173,178,145); }

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

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

 a { background-color: rgb(173,178,145); }

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

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

 span { border-color: rgb(173,178,145); }

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