#ADBB81

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

Shades of Caper #ADBB81

Tints of Caper #ADBB81

Color information

#ADBB81 (or 0xADBB81) is unknown color: approx Caper. HEX triplet: AD, BB and 81. RGB value is (173,187,129). Sum of RGB (Red+Green+Blue) = 173+187+129=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 187 (73.44% from 255 or 38.24% from 489); Blue value is 129 (50.78% from 255 or 26.38% from 489); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBB81 is #52447E. Grayscale: #B0B0B0. Windows color (decimal): -5391487 or 8502189. OLE color: 8502189.

HSL color Cylindrical-coordinate representation of color #ADBB81: hue angle of 74.48º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADBB81 is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB173187129-
CMYK0.0700.310.27
HSL74.48º29.9%61.96%-
HSV(B)74.48º31.02%73.33%-
XYZ38.9746.0127.6-
YUV176.2101.36125.72-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.38%
GREEN value IS 187 (73.44% from 255) = 38.24%
BLUE value IS 129 (50.78% from 255) = 26.38%
R=35.38%
G=38.24%
B=26.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731871290.0700.310.2774.4829.961.96
HexADBB81701F1B4a1e3e
Octal2552732017037331123676
Binary10101101101110111000000111101111111011100101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBB81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBB81; }

 p { color: rgb(173,187,129); }

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

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

 a { background-color: rgb(173,187,129); }

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

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

 span { border-color: rgb(173,187,129); }

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