#ADBF87

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

Shades of Caper #ADBF87

Tints of Caper #ADBF87

Color information

#ADBF87 (or 0xADBF87) is unknown color: approx Caper. HEX triplet: AD, BF and 87. RGB value is (173,191,135). Sum of RGB (Red+Green+Blue) = 173+191+135=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 191 (75% from 255 or 38.28% from 499); Blue value is 135 (53.12% from 255 or 27.05% from 499); Max value from RGB is 191 - color contains mainly: green. Hex color #ADBF87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBF87 is #524078. Grayscale: #B3B3B3. Windows color (decimal): -5390457 or 8896429. OLE color: 8896429.

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

Color convert

RGB173191135-
CMYK0.0900.290.25
HSL79.29º30.43%63.92%-
HSV(B)79.29º29.32%74.9%-
XYZ40.2447.930.05-
YUV179.23103.04123.55-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.67%
GREEN value IS 191 (75% from 255) = 38.28%
BLUE value IS 135 (53.12% from 255) = 27.05%
R=34.67%
G=38.28%
B=27.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731911350.0900.290.2579.2930.4363.92
HexADBF87901D194f1e40
Octal255277207110353111736100
Binary1010110110111111100001111001011101110011001111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBF87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBF87; }

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

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

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

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

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

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

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

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