#ADBD7C

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

Shades of Caper #ADBD7C

Tints of Caper #ADBD7C

Color information

#ADBD7C (or 0xADBD7C) is unknown color: approx Caper. HEX triplet: AD, BD and 7C. RGB value is (173,189,124). Sum of RGB (Red+Green+Blue) = 173+189+124=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 189 (74.22% from 255 or 38.89% from 486); Blue value is 124 (48.83% from 255 or 25.51% from 486); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBD7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBD7C is #524283. Grayscale: #B1B1B1. Windows color (decimal): -5390980 or 8175021. OLE color: 8175021.

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

Color convert

RGB173189124-
CMYK0.0800.340.26
HSL74.77º32.99%61.37%-
HSV(B)74.77º34.39%74.12%-
XYZ39.0746.7326.03-
YUV176.8198.2125.29-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.60%
GREEN value IS 189 (74.22% from 255) = 38.89%
BLUE value IS 124 (48.83% from 255) = 25.51%
R=35.60%
G=38.89%
B=25.51%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1731891240.0800.340.2674.7732.9961.37
HexADBD7C80221A4b213d
Octal25527517410042321134175
Binary1010110110111101111110010000100010110101001011100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBD7C; }

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

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

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

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

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

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

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

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