#ADBA83

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

Shades of Caper #ADBA83

Tints of Caper #ADBA83

Color information

#ADBA83 (or 0xADBA83) is unknown color: approx Caper. HEX triplet: AD, BA and 83. RGB value is (173,186,131). Sum of RGB (Red+Green+Blue) = 173+186+131=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 186 (73.05% from 255 or 37.96% from 490); Blue value is 131 (51.56% from 255 or 26.73% from 490); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBA83 is #52457C. Grayscale: #B0B0B0. Windows color (decimal): -5391741 or 8633005. OLE color: 8633005.

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

Color convert

RGB173186131-
CMYK0.0700.300.27
HSL74.18º28.5%62.16%-
HSV(B)74.18º29.57%72.94%-
XYZ38.8945.6428.23-
YUV175.84102.69125.97-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.31%
GREEN value IS 186 (73.05% from 255) = 37.96%
BLUE value IS 131 (51.56% from 255) = 26.73%
R=35.31%
G=37.96%
B=26.73%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731861310.0700.300.2774.1828.562.16
HexADBA83701E1B4a1c3e
Octal2552722037036331123476
Binary10101101101110101000001111101111011011100101011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBA83; }

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

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

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

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

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

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

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

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