#ADBD7B

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

Shades of Caper #ADBD7B

Tints of Caper #ADBD7B

Color information

#ADBD7B (or 0xADBD7B) is unknown color: approx Caper. HEX triplet: AD, BD and 7B. RGB value is (173,189,123). Sum of RGB (Red+Green+Blue) = 173+189+123=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 189 (74.22% from 255 or 38.97% from 485); Blue value is 123 (48.44% from 255 or 25.36% from 485); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBD7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBD7B is #524284. Grayscale: #B0B0B0. Windows color (decimal): -5390981 or 8109485. OLE color: 8109485.

HSL color Cylindrical-coordinate representation of color #ADBD7B: hue angle of 74.55º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ADBD7B is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB173189123-
CMYK0.0800.350.26
HSL74.55º33.33%61.18%-
HSV(B)74.55º34.92%74.12%-
XYZ39.0146.7125.7-
YUV176.6997.7125.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.67%
GREEN value IS 189 (74.22% from 255) = 38.97%
BLUE value IS 123 (48.44% from 255) = 25.36%
R=35.67%
G=38.97%
B=25.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1731891230.0800.350.2674.5533.3361.18
HexADBD7B80231A4b213d
Octal25527517310043321134175
Binary1010110110111101111101110000100011110101001011100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBD7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBD7B; }

 p { color: rgb(173,189,123); }

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

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

 a { background-color: rgb(173,189,123); }

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

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

 span { border-color: rgb(173,189,123); }

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