#ADBF86

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

Shades of Caper #ADBF86

Tints of Caper #ADBF86

Color information

#ADBF86 (or 0xADBF86) is unknown color: approx Caper. HEX triplet: AD, BF and 86. RGB value is (173,191,134). Sum of RGB (Red+Green+Blue) = 173+191+134=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 191 (75% from 255 or 38.35% from 498); Blue value is 134 (52.73% from 255 or 26.91% from 498); Max value from RGB is 191 - color contains mainly: green. Hex color #ADBF86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBF86 is #524079. Grayscale: #B3B3B3. Windows color (decimal): -5390458 or 8830893. OLE color: 8830893.

HSL color Cylindrical-coordinate representation of color #ADBF86: hue angle of 78.95º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADBF86 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB173191134-
CMYK0.0900.300.25
HSL78.95º30.81%63.73%-
HSV(B)78.95º29.84%74.9%-
XYZ40.1747.8729.68-
YUV179.12102.54123.63-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.74%
GREEN value IS 191 (75% from 255) = 38.35%
BLUE value IS 134 (52.73% from 255) = 26.91%
R=34.74%
G=38.35%
B=26.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731911340.0900.300.2578.9530.8163.73
HexADBF86901E194f1f40
Octal255277206110363111737100
Binary1010110110111111100001101001011110110011001111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBF86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBF86; }

 p { color: rgb(173,191,134); }

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

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

 a { background-color: rgb(173,191,134); }

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

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

 span { border-color: rgb(173,191,134); }

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