#ABB481

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

Shades of Caper #ABB481

Tints of Caper #ABB481

Color information

#ABB481 (or 0xABB481) is unknown color: approx Caper. HEX triplet: AB, B4 and 81. RGB value is (171,180,129). Sum of RGB (Red+Green+Blue) = 171+180+129=480 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.62% from 480); Green value is 180 (70.70% from 255 or 37.5% from 480); Blue value is 129 (50.78% from 255 or 26.88% from 480); Max value from RGB is 180 - color contains mainly: green. Hex color #ABB481 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB481 is #544B7E. Grayscale: #ABABAB. Windows color (decimal): -5524351 or 8500395. OLE color: 8500395.

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

Color convert

RGB171180129-
CMYK0.0500.280.29
HSL70.59º25.37%60.59%-
HSV(B)70.59º28.33%70.59%-
XYZ37.0842.8927.09-
YUV171.49104.02127.65-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.62%
GREEN value IS 180 (70.70% from 255) = 37.5%
BLUE value IS 129 (50.78% from 255) = 26.88%
R=35.62%
G=37.5%
B=26.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711801290.0500.280.2970.5925.3760.59
HexABB481501C1D47193d
Octal2532642015034351073175
Binary10101011101101001000000110101110011101100011111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB481; }

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

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

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

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

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

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

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

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