#ABB671

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

Shades of Caper #ABB671

Tints of Caper #ABB671

Color information

#ABB671 (or 0xABB671) is unknown color: approx Caper. HEX triplet: AB, B6 and 71. RGB value is (171,182,113). Sum of RGB (Red+Green+Blue) = 171+182+113=466 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.70% from 466); Green value is 182 (71.48% from 255 or 39.06% from 466); Blue value is 113 (44.53% from 255 or 24.25% from 466); Max value from RGB is 182 - color contains mainly: green. Hex color #ABB671 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB671 is #54498E. Grayscale: #ABABAB. Windows color (decimal): -5523855 or 7452331. OLE color: 7452331.

HSL color Cylindrical-coordinate representation of color #ABB671: hue angle of 69.57º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ABB671 is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB171182113-
CMYK0.0600.380.29
HSL69.57º32.09%57.84%-
HSV(B)69.57º37.91%71.37%-
XYZ36.543.3122.06-
YUV170.8495.36128.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.70%
GREEN value IS 182 (71.48% from 255) = 39.06%
BLUE value IS 113 (44.53% from 255) = 24.25%
R=36.70%
G=39.06%
B=24.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711821130.0600.380.2969.5732.0957.84
HexABB67160261D46203a
Octal2532661616046351064072
Binary101010111011011011100011100100110111011000110100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB671; }

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

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

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

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

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

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

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

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