#ADBB84

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

Shades of Caper #ADBB84

Tints of Caper #ADBB84

Color information

#ADBB84 (or 0xADBB84) is unknown color: approx Caper. HEX triplet: AD, BB and 84. RGB value is (173,187,132). Sum of RGB (Red+Green+Blue) = 173+187+132=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 187 (73.44% from 255 or 38.01% from 492); Blue value is 132 (51.95% from 255 or 26.83% from 492); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBB84 is #52447B. Grayscale: #B0B0B0. Windows color (decimal): -5391484 or 8698797. OLE color: 8698797.

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

Color convert

RGB173187132-
CMYK0.0700.290.27
HSL75.27º28.8%62.55%-
HSV(B)75.27º29.41%73.33%-
XYZ39.1746.0928.66-
YUV176.54102.86125.47-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.16%
GREEN value IS 187 (73.44% from 255) = 38.01%
BLUE value IS 132 (51.95% from 255) = 26.83%
R=35.16%
G=38.01%
B=26.83%

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
Decimal1731871320.0700.290.2775.2728.862.55
HexADBB84701D1B4b1d3f
Octal2552732047035331133577
Binary10101101101110111000010011101110111011100101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBB84; }

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

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

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

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

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

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

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

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