#ADB28E

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

Shades of Bud #ADB28E

Tints of Bud #ADB28E

Color information

#ADB28E (or 0xADB28E) is unknown color: approx Bud. HEX triplet: AD, B2 and 8E. RGB value is (173,178,142). Sum of RGB (Red+Green+Blue) = 173+178+142=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 178 (69.92% from 255 or 36.11% from 493); Blue value is 142 (55.86% from 255 or 28.80% from 493); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB28E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB28E is #524D71. Grayscale: #ACACAC. Windows color (decimal): -5393778 or 9351853. OLE color: 9351853.

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

Color convert

RGB173178142-
CMYK0.0300.200.30
HSL68.33º18.95%62.75%-
HSV(B)68.33º20.22%69.8%-
XYZ38.0442.6831.82-
YUV172.4110.84128.43-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.09%
GREEN value IS 178 (69.92% from 255) = 36.11%
BLUE value IS 142 (55.86% from 255) = 28.80%
R=35.09%
G=36.11%
B=28.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1731781420.0300.200.3068.3318.9562.75
HexADB28E30141E44133f
Octal2552622163024361042377
Binary1010110110110010100011101101010011110100010010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB28E; }

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

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

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

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

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

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

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

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