#ADB383

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

Shades of Bud #ADB383

Tints of Bud #ADB383

Color information

#ADB383 (or 0xADB383) is unknown color: approx Bud. HEX triplet: AD, B3 and 83. RGB value is (173,179,131). Sum of RGB (Red+Green+Blue) = 173+179+131=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 179 (70.31% from 255 or 37.06% from 483); Blue value is 131 (51.56% from 255 or 27.12% from 483); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB383 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB383 is #524C7C. Grayscale: #ABABAB. Windows color (decimal): -5393533 or 8631213. OLE color: 8631213.

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

Color convert

RGB173179131-
CMYK0.0300.270.30
HSL67.5º24%60.78%-
HSV(B)67.5º26.82%70.2%-
XYZ37.4542.7627.75-
YUV171.73105.01128.9-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.82%
GREEN value IS 179 (70.31% from 255) = 37.06%
BLUE value IS 131 (51.56% from 255) = 27.12%
R=35.82%
G=37.06%
B=27.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1731791310.0300.270.3067.52460.78
HexADB383301B1E44183d
Octal2552632033033361043075
Binary1010110110110011100000111101101111110100010011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB383; }

 p { color: rgb(173,179,131); }

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

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

 a { background-color: rgb(173,179,131); }

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

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

 span { border-color: rgb(173,179,131); }

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