#adbd6c

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

Shades of Caper #ADBD6C

Tints of Caper #ADBD6C

Color information

#ADBD6C (or 0xADBD6C) is unknown color: approx Caper. HEX triplet: AD, BD and 6C. RGB value is (173,189,108). Sum of RGB (Red+Green+Blue) = 173+189+108=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 189 (74.22% from 255 or 40.21% from 470); Blue value is 108 (42.58% from 255 or 22.98% from 470); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBD6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBD6C is #524293. Grayscale: #AFAFAF. Windows color (decimal): -5390996 or 7126445. OLE color: 7126445.

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

Color convert

RGB173189108-
CMYK0.0800.430.26
HSL71.85º38.03%58.24%-
HSV(B)71.85º42.86%74.12%-
XYZ38.1446.3621.13-
YUV174.9890.2126.59-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.81%
GREEN value IS 189 (74.22% from 255) = 40.21%
BLUE value IS 108 (42.58% from 255) = 22.98%
R=36.81%
G=40.21%
B=22.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1731891080.0800.430.2671.8538.0358.24
HexADBD6C802B1A48263a
Octal25527515410053321104672
Binary1010110110111101110110010000101011110101001000100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #adbd6c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #adbd6c; }

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

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

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

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

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

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

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

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