#ADBF80

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

Shades of Caper #ADBF80

Tints of Caper #ADBF80

Color information

#ADBF80 (or 0xADBF80) is unknown color: approx Caper. HEX triplet: AD, BF and 80. RGB value is (173,191,128). Sum of RGB (Red+Green+Blue) = 173+191+128=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 191 (75% from 255 or 38.82% from 492); Blue value is 128 (50.39% from 255 or 26.02% from 492); Max value from RGB is 191 - color contains mainly: green. Hex color #ADBF80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBF80 is #52407F. Grayscale: #B2B2B2. Windows color (decimal): -5390464 or 8437677. OLE color: 8437677.

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

Color convert

RGB173191128-
CMYK0.0900.330.25
HSL77.14º32.98%62.55%-
HSV(B)77.14º32.98%74.9%-
XYZ39.7647.727.53-
YUV178.4499.54124.12-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.16%
GREEN value IS 191 (75% from 255) = 38.82%
BLUE value IS 128 (50.39% from 255) = 26.02%
R=35.16%
G=38.82%
B=26.02%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731911280.0900.330.2577.1432.9862.55
HexADBF809021194d213f
Octal25527720011041311154177
Binary10101101101111111000000010010100001110011001101100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBF80; }

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

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

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

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

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

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

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

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