#ABB480

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

Shades of Caper #ABB480

Tints of Caper #ABB480

Color information

#ABB480 (or 0xABB480) is unknown color: approx Caper. HEX triplet: AB, B4 and 80. RGB value is (171,180,128). Sum of RGB (Red+Green+Blue) = 171+180+128=479 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.70% from 479); Green value is 180 (70.70% from 255 or 37.58% from 479); Blue value is 128 (50.39% from 255 or 26.72% from 479); Max value from RGB is 180 - color contains mainly: green. Hex color #ABB480 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB480 is #544B7F. Grayscale: #ABABAB. Windows color (decimal): -5524352 or 8434859. OLE color: 8434859.

HSL color Cylindrical-coordinate representation of color #ABB480: hue angle of 70.38º 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 #ABB480 is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB171180128-
CMYK0.0500.290.29
HSL70.38º25.74%60.39%-
HSV(B)70.38º28.89%70.59%-
XYZ37.0142.8626.74-
YUV171.38103.52127.73-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.70%
GREEN value IS 180 (70.70% from 255) = 37.58%
BLUE value IS 128 (50.39% from 255) = 26.72%
R=35.70%
G=37.58%
B=26.72%

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
Decimal1711801280.0500.290.2970.3825.7460.39
HexABB480501D1D461a3c
Octal2532642005035351063274
Binary10101011101101001000000010101110111101100011011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB480; }

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

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

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

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

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

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

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

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