#ADB18E

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

Shades of Bud #ADB18E

Tints of Bud #ADB18E

Color information

#ADB18E (or 0xADB18E) is unknown color: approx Bud. HEX triplet: AD, B1 and 8E. RGB value is (173,177,142). Sum of RGB (Red+Green+Blue) = 173+177+142=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 177 (69.53% from 255 or 35.98% from 492); Blue value is 142 (55.86% from 255 or 28.86% from 492); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB18E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB18E is #524E71. Grayscale: #ABABAB. Windows color (decimal): -5394034 or 9351597. OLE color: 9351597.

HSL color Cylindrical-coordinate representation of color #ADB18E: hue angle of 66.86º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADB18E is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB173177142-
CMYK0.0200.200.31
HSL66.86º18.32%62.55%-
HSV(B)66.86º19.77%69.41%-
XYZ37.8442.2831.76-
YUV171.81111.17128.85-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.16%
GREEN value IS 177 (69.53% from 255) = 35.98%
BLUE value IS 142 (55.86% from 255) = 28.86%
R=35.16%
G=35.98%
B=28.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731771420.0200.200.3166.8618.3262.55
HexADB18E20141F43123f
Octal2552612162024371032277
Binary1010110110110001100011101001010011111100001110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB18E; }

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

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

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

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

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

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

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

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