#ADBD6D

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

Shades of Caper #ADBD6D

Tints of Caper #ADBD6D

Color information

#ADBD6D (or 0xADBD6D) is unknown color: approx Caper. HEX triplet: AD, BD and 6D. RGB value is (173,189,109). Sum of RGB (Red+Green+Blue) = 173+189+109=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 189 (74.22% from 255 or 40.13% from 471); Blue value is 109 (42.97% from 255 or 23.14% from 471); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBD6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBD6D is #524292. Grayscale: #AFAFAF. Windows color (decimal): -5390995 or 7191981. OLE color: 7191981.

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

Color convert

RGB173189109-
CMYK0.0800.420.26
HSL72º37.74%58.43%-
HSV(B)72º42.33%74.12%-
XYZ38.1946.3821.41-
YUV175.190.7126.5-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.73%
GREEN value IS 189 (74.22% from 255) = 40.13%
BLUE value IS 109 (42.97% from 255) = 23.14%
R=36.73%
G=40.13%
B=23.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1731891090.0800.420.267237.7458.43
HexADBD6D802A1A48263a
Octal25527515510052321104672
Binary1010110110111101110110110000101010110101001000100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBD6D; }

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

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

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

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

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

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

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

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