#ADBF82

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

Shades of Caper #ADBF82

Tints of Caper #ADBF82

Color information

#ADBF82 (or 0xADBF82) is unknown color: approx Caper. HEX triplet: AD, BF and 82. RGB value is (173,191,130). Sum of RGB (Red+Green+Blue) = 173+191+130=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 191 (75% from 255 or 38.66% from 494); Blue value is 130 (51.17% from 255 or 26.32% from 494); Max value from RGB is 191 - color contains mainly: green. Hex color #ADBF82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBF82 is #52407D. Grayscale: #B2B2B2. Windows color (decimal): -5390462 or 8568749. OLE color: 8568749.

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

Color convert

RGB173191130-
CMYK0.0900.320.25
HSL77.7º32.28%62.94%-
HSV(B)77.7º31.94%74.9%-
XYZ39.8947.7628.23-
YUV178.66100.54123.96-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.02%
GREEN value IS 191 (75% from 255) = 38.66%
BLUE value IS 130 (51.17% from 255) = 26.32%
R=35.02%
G=38.66%
B=26.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731911300.0900.320.2577.732.2862.94
HexADBF829020194e203f
Octal25527720211040311164077
Binary10101101101111111000001010010100000110011001110100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBF82; }

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

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

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

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

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

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

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

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