#ADBA76

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

Shades of Caper #ADBA76

Tints of Caper #ADBA76

Color information

#ADBA76 (or 0xADBA76) is unknown color: approx Caper. HEX triplet: AD, BA and 76. RGB value is (173,186,118). Sum of RGB (Red+Green+Blue) = 173+186+118=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 186 (73.05% from 255 or 38.99% from 477); Blue value is 118 (46.48% from 255 or 24.74% from 477); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBA76 is #524589. Grayscale: #AEAEAE. Windows color (decimal): -5391754 or 7781037. OLE color: 7781037.

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

Color convert

RGB173186118-
CMYK0.0700.370.27
HSL71.47º33.01%59.61%-
HSV(B)71.47º36.56%72.94%-
XYZ38.0645.3123.88-
YUV174.3696.19127.03-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.27%
GREEN value IS 186 (73.05% from 255) = 38.99%
BLUE value IS 118 (46.48% from 255) = 24.74%
R=36.27%
G=38.99%
B=24.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731861180.0700.370.2771.4733.0159.61
HexADBA7670251B47213c
Octal2552721667045331074174
Binary101011011011101011101101110100101110111000111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBA76; }

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

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

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

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

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

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

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

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