#ABB771

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

Shades of Caper #ABB771

Tints of Caper #ABB771

Color information

#ABB771 (or 0xABB771) is unknown color: approx Caper. HEX triplet: AB, B7 and 71. RGB value is (171,183,113). Sum of RGB (Red+Green+Blue) = 171+183+113=467 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.62% from 467); Green value is 183 (71.88% from 255 or 39.19% from 467); Blue value is 113 (44.53% from 255 or 24.20% from 467); Max value from RGB is 183 - color contains mainly: green. Hex color #ABB771 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB771 is #54488E. Grayscale: #ABABAB. Windows color (decimal): -5523599 or 7452587. OLE color: 7452587.

HSL color Cylindrical-coordinate representation of color #ABB771: hue angle of 70.29º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ABB771 is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB171183113-
CMYK0.0700.380.28
HSL70.29º32.71%58.04%-
HSV(B)70.29º38.25%71.76%-
XYZ36.7143.7222.13-
YUV171.4395.02127.69-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.62%
GREEN value IS 183 (71.88% from 255) = 39.19%
BLUE value IS 113 (44.53% from 255) = 24.20%
R=36.62%
G=39.19%
B=24.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1711831130.0700.380.2870.2932.7158.04
HexABB77170261C46213a
Octal2532671617046341064172
Binary101010111011011111100011110100110111001000110100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB771; }

 p { color: rgb(171,183,113); }

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

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

 a { background-color: rgb(171,183,113); }

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

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

 span { border-color: rgb(171,183,113); }

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