#ADBD8E

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

Shades of Caper #ADBD8E

Tints of Caper #ADBD8E

Color information

#ADBD8E (or 0xADBD8E) is unknown color: approx Caper. HEX triplet: AD, BD and 8E. RGB value is (173,189,142). Sum of RGB (Red+Green+Blue) = 173+189+142=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 189 (74.22% from 255 or 37.5% from 504); Blue value is 142 (55.86% from 255 or 28.17% from 504); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBD8E is #524271. Grayscale: #B3B3B3. Windows color (decimal): -5390962 or 9354669. OLE color: 9354669.

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

Color convert

RGB173189142-
CMYK0.0800.250.26
HSL80.43º26.26%64.9%-
HSV(B)80.43º24.87%74.12%-
XYZ40.3147.2332.58-
YUV178.86107.2123.82-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.33%
GREEN value IS 189 (74.22% from 255) = 37.5%
BLUE value IS 142 (55.86% from 255) = 28.17%
R=34.33%
G=37.5%
B=28.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1731891420.0800.250.2680.4326.2664.9
HexADBD8E80191A501a41
Octal255275216100313212032101
Binary1010110110111101100011101000011001110101010000110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBD8E; }

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

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

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

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

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

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

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

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