#ADBD7E

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

Shades of Caper #ADBD7E

Tints of Caper #ADBD7E

Color information

#ADBD7E (or 0xADBD7E) is unknown color: approx Caper. HEX triplet: AD, BD and 7E. RGB value is (173,189,126). Sum of RGB (Red+Green+Blue) = 173+189+126=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 189 (74.22% from 255 or 38.73% from 488); Blue value is 126 (49.61% from 255 or 25.82% from 488); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBD7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBD7E is #524281. Grayscale: #B1B1B1. Windows color (decimal): -5390978 or 8306093. OLE color: 8306093.

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

Color convert

RGB173189126-
CMYK0.0800.330.26
HSL75.24º32.31%61.76%-
HSV(B)75.24º33.33%74.12%-
XYZ39.246.7926.7-
YUV177.0399.2125.12-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.45%
GREEN value IS 189 (74.22% from 255) = 38.73%
BLUE value IS 126 (49.61% from 255) = 25.82%
R=35.45%
G=38.73%
B=25.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1731891260.0800.330.2675.2432.3161.76
HexADBD7E80211A4b203e
Octal25527517610041321134076
Binary1010110110111101111111010000100001110101001011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBD7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBD7E; }

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

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

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

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

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

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

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

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