#ABB681

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

Shades of Caper #ABB681

Tints of Caper #ABB681

Color information

#ABB681 (or 0xABB681) is unknown color: approx Caper. HEX triplet: AB, B6 and 81. RGB value is (171,182,129). Sum of RGB (Red+Green+Blue) = 171+182+129=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 182 (71.48% from 255 or 37.76% from 482); Blue value is 129 (50.78% from 255 or 26.76% from 482); Max value from RGB is 182 - color contains mainly: green. Hex color #ABB681 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB681 is #54497E. Grayscale: #ACACAC. Windows color (decimal): -5523839 or 8500907. OLE color: 8500907.

HSL color Cylindrical-coordinate representation of color #ABB681: hue angle of 72.45º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABB681 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB171182129-
CMYK0.0600.290.29
HSL72.45º26.63%60.98%-
HSV(B)72.45º29.12%71.37%-
XYZ37.4843.727.23-
YUV172.67103.36126.81-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.48%
GREEN value IS 182 (71.48% from 255) = 37.76%
BLUE value IS 129 (50.78% from 255) = 26.76%
R=35.48%
G=37.76%
B=26.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711821290.0600.290.2972.4526.6360.98
HexABB681601D1D481b3d
Octal2532662016035351103375
Binary10101011101101101000000111001110111101100100011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB681; }

 p { color: rgb(171,182,129); }

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

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

 a { background-color: rgb(171,182,129); }

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

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

 span { border-color: rgb(171,182,129); }

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