#ADBF8B

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

Shades of Caper #ADBF8B

Tints of Caper #ADBF8B

Color information

#ADBF8B (or 0xADBF8B) is unknown color: approx Caper. HEX triplet: AD, BF and 8B. RGB value is (173,191,139). Sum of RGB (Red+Green+Blue) = 173+191+139=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 191 (75% from 255 or 37.97% from 503); Blue value is 139 (54.69% from 255 or 27.63% from 503); Max value from RGB is 191 - color contains mainly: green. Hex color #ADBF8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBF8B is #524074. Grayscale: #B3B3B3. Windows color (decimal): -5390453 or 9158573. OLE color: 9158573.

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

Color convert

RGB173191139-
CMYK0.0900.270.25
HSL80.77º28.89%64.71%-
HSV(B)80.77º27.23%74.9%-
XYZ40.5248.0131.56-
YUV179.69105.04123.23-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.39%
GREEN value IS 191 (75% from 255) = 37.97%
BLUE value IS 139 (54.69% from 255) = 27.63%
R=34.39%
G=37.97%
B=27.63%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731911390.0900.270.2580.7728.8964.71
HexADBF8B901B19511d41
Octal255277213110333112135101
Binary1010110110111111100010111001011011110011010001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBF8B; }

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

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

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

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

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

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

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

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