#ABB47E

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

Shades of Caper #ABB47E

Tints of Caper #ABB47E

Color information

#ABB47E (or 0xABB47E) is unknown color: approx Caper. HEX triplet: AB, B4 and 7E. RGB value is (171,180,126). Sum of RGB (Red+Green+Blue) = 171+180+126=477 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.85% from 477); Green value is 180 (70.70% from 255 or 37.74% from 477); Blue value is 126 (49.61% from 255 or 26.42% from 477); Max value from RGB is 180 - color contains mainly: green. Hex color #ABB47E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB47E is #544B81. Grayscale: #ABABAB. Windows color (decimal): -5524354 or 8303787. OLE color: 8303787.

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

Color convert

RGB171180126-
CMYK0.0500.30.29
HSL70º26.47%60%-
HSV(B)70º30%70.59%-
XYZ36.8842.8126.06-
YUV171.15102.52127.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.85%
GREEN value IS 180 (70.70% from 255) = 37.74%
BLUE value IS 126 (49.61% from 255) = 26.42%
R=35.85%
G=37.74%
B=26.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711801260.0500.30.297026.4760
HexABB47E501E1D461a3c
Octal2532641765036351063274
Binary1010101110110100111111010101111011101100011011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB47E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB47E; }

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

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

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

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

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

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

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

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