#ADB28B

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

Shades of Bud #ADB28B

Tints of Bud #ADB28B

Color information

#ADB28B (or 0xADB28B) is unknown color: approx Bud. HEX triplet: AD, B2 and 8B. RGB value is (173,178,139). Sum of RGB (Red+Green+Blue) = 173+178+139=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 178 (69.92% from 255 or 36.33% from 490); Blue value is 139 (54.69% from 255 or 28.37% from 490); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB28B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB28B is #524D74. Grayscale: #ACACAC. Windows color (decimal): -5393781 or 9155245. OLE color: 9155245.

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

Color convert

RGB173178139-
CMYK0.0300.220.30
HSL67.69º20.21%62.16%-
HSV(B)67.69º21.91%69.8%-
XYZ37.8142.5930.65-
YUV172.06109.34128.67-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.31%
GREEN value IS 178 (69.92% from 255) = 36.33%
BLUE value IS 139 (54.69% from 255) = 28.37%
R=35.31%
G=36.33%
B=28.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1731781390.0300.220.3067.6920.2162.16
HexADB28B30161E44143e
Octal2552622133026361042476
Binary1010110110110010100010111101011011110100010010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB28B; }

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

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

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

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

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

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

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

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