#ADB384

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

Shades of Bud #ADB384

Tints of Bud #ADB384

Color information

#ADB384 (or 0xADB384) is unknown color: approx Bud. HEX triplet: AD, B3 and 84. RGB value is (173,179,132). Sum of RGB (Red+Green+Blue) = 173+179+132=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 179 (70.31% from 255 or 36.98% from 484); Blue value is 132 (51.95% from 255 or 27.27% from 484); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB384 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB384 is #524C7B. Grayscale: #ACACAC. Windows color (decimal): -5393532 or 8696749. OLE color: 8696749.

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

Color convert

RGB173179132-
CMYK0.0300.260.30
HSL67.66º23.62%60.98%-
HSV(B)67.66º26.26%70.2%-
XYZ37.5242.7928.11-
YUV171.85105.51128.82-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.74%
GREEN value IS 179 (70.31% from 255) = 36.98%
BLUE value IS 132 (51.95% from 255) = 27.27%
R=35.74%
G=36.98%
B=27.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1731791320.0300.260.3067.6623.6260.98
HexADB384301A1E44183d
Octal2552632043032361043075
Binary1010110110110011100001001101101011110100010011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB384; }

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

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

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

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

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

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

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

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