#ADBA84

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

Shades of Caper #ADBA84

Tints of Caper #ADBA84

Color information

#ADBA84 (or 0xADBA84) is unknown color: approx Caper. HEX triplet: AD, BA and 84. RGB value is (173,186,132). Sum of RGB (Red+Green+Blue) = 173+186+132=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 186 (73.05% from 255 or 37.88% from 491); Blue value is 132 (51.95% from 255 or 26.88% from 491); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBA84 is #52457B. Grayscale: #B0B0B0. Windows color (decimal): -5391740 or 8698541. OLE color: 8698541.

HSL color Cylindrical-coordinate representation of color #ADBA84: hue angle of 74.44º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADBA84 is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB173186132-
CMYK0.0700.290.27
HSL74.44º28.13%62.35%-
HSV(B)74.44º29.03%72.94%-
XYZ38.9645.6728.59-
YUV175.96103.19125.89-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.23%
GREEN value IS 186 (73.05% from 255) = 37.88%
BLUE value IS 132 (51.95% from 255) = 26.88%
R=35.23%
G=37.88%
B=26.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731861320.0700.290.2774.4428.1362.35
HexADBA84701D1B4a1c3e
Octal2552722047035331123476
Binary10101101101110101000010011101110111011100101011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBA84; }

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

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

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

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

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

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

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

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