#ABB875

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

Shades of Caper #ABB875

Tints of Caper #ABB875

Color information

#ABB875 (or 0xABB875) is unknown color: approx Caper. HEX triplet: AB, B8 and 75. RGB value is (171,184,117). Sum of RGB (Red+Green+Blue) = 171+184+117=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 184 (72.27% from 255 or 38.98% from 472); Blue value is 117 (46.09% from 255 or 24.79% from 472); Max value from RGB is 184 - color contains mainly: green. Hex color #ABB875 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB875 is #54478A. Grayscale: #ACACAC. Windows color (decimal): -5523339 or 7714987. OLE color: 7714987.

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

Color convert

RGB171184117-
CMYK0.0700.360.28
HSL71.64º32.06%59.02%-
HSV(B)71.64º36.41%72.16%-
XYZ37.1544.2223.41-
YUV172.4896.69126.95-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.23%
GREEN value IS 184 (72.27% from 255) = 38.98%
BLUE value IS 117 (46.09% from 255) = 24.79%
R=36.23%
G=38.98%
B=24.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1711841170.0700.360.2871.6432.0659.02
HexABB87570241C48203b
Octal2532701657044341104073
Binary101010111011100011101011110100100111001001000100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB875; }

 p { color: rgb(171,184,117); }

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

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

 a { background-color: rgb(171,184,117); }

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

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

 span { border-color: rgb(171,184,117); }

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