#ABB47F

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

Shades of Caper #ABB47F

Tints of Caper #ABB47F

Color information

#ABB47F (or 0xABB47F) is unknown color: approx Caper. HEX triplet: AB, B4 and 7F. RGB value is (171,180,127). Sum of RGB (Red+Green+Blue) = 171+180+127=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 180 (70.70% from 255 or 37.66% from 478); Blue value is 127 (50% from 255 or 26.57% from 478); Max value from RGB is 180 - color contains mainly: green. Hex color #ABB47F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB47F is #544B80. Grayscale: #ABABAB. Windows color (decimal): -5524353 or 8369323. OLE color: 8369323.

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

Color convert

RGB171180127-
CMYK0.0500.290.29
HSL70.19º26.11%60.2%-
HSV(B)70.19º29.44%70.59%-
XYZ36.9542.8326.4-
YUV171.27103.02127.81-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.77%
GREEN value IS 180 (70.70% from 255) = 37.66%
BLUE value IS 127 (50% from 255) = 26.57%
R=35.77%
G=37.66%
B=26.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711801270.0500.290.2970.1926.1160.2
HexABB47F501D1D461a3c
Octal2532641775035351063274
Binary1010101110110100111111110101110111101100011011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB47F; }

 p { color: rgb(171,180,127); }

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

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

 a { background-color: rgb(171,180,127); }

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

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

 span { border-color: rgb(171,180,127); }

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