#ABB772

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

Shades of Caper #ABB772

Tints of Caper #ABB772

Color information

#ABB772 (or 0xABB772) is unknown color: approx Caper. HEX triplet: AB, B7 and 72. RGB value is (171,183,114). Sum of RGB (Red+Green+Blue) = 171+183+114=468 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.54% from 468); Green value is 183 (71.88% from 255 or 39.10% from 468); Blue value is 114 (44.92% from 255 or 24.36% from 468); Max value from RGB is 183 - color contains mainly: green. Hex color #ABB772 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB772 is #54488D. Grayscale: #ABABAB. Windows color (decimal): -5523598 or 7518123. OLE color: 7518123.

HSL color Cylindrical-coordinate representation of color #ABB772: hue angle of 70.43º degrees, saturation: 0.32, 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 #ABB772 is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB171183114-
CMYK0.0700.380.28
HSL70.43º32.39%58.24%-
HSV(B)70.43º37.7%71.76%-
XYZ36.7743.7422.42-
YUV171.5595.52127.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.54%
GREEN value IS 183 (71.88% from 255) = 39.10%
BLUE value IS 114 (44.92% from 255) = 24.36%
R=36.54%
G=39.10%
B=24.36%

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
Decimal1711831140.0700.380.2870.4332.3958.24
HexABB77270261C46203a
Octal2532671627046341064072
Binary101010111011011111100101110100110111001000110100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB772; }

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

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

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

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

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

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

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

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