#ADBC8F

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

Shades of Caper #ADBC8F

Tints of Caper #ADBC8F

Color information

#ADBC8F (or 0xADBC8F) is unknown color: approx Caper. HEX triplet: AD, BC and 8F. RGB value is (173,188,143). Sum of RGB (Red+Green+Blue) = 173+188+143=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 143 (56.25% from 255 or 28.37% from 504); Max value from RGB is 188 - color contains mainly: green. Hex color #ADBC8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBC8F is #524370. Grayscale: #B2B2B2. Windows color (decimal): -5391217 or 9419949. OLE color: 9419949.

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

Color convert

RGB173188143-
CMYK0.0800.240.26
HSL80º25.14%64.9%-
HSV(B)80º23.94%73.73%-
XYZ40.1746.8332.91-
YUV178.38108.03124.16-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.33%
GREEN value IS 188 (73.83% from 255) = 37.30%
BLUE value IS 143 (56.25% from 255) = 28.37%
R=34.33%
G=37.30%
B=28.37%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1731881430.0800.240.268025.1464.9
HexADBC8F80181A501941
Octal255274217100303212031101
Binary1010110110111100100011111000011000110101010000110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBC8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBC8F; }

 p { color: rgb(173,188,143); }

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

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

 a { background-color: rgb(173,188,143); }

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

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

 span { border-color: rgb(173,188,143); }

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