#ABB984

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

Shades of Caper #ABB984

Tints of Caper #ABB984

Color information

#ABB984 (or 0xABB984) is unknown color: approx Caper. HEX triplet: AB, B9 and 84. RGB value is (171,185,132). Sum of RGB (Red+Green+Blue) = 171+185+132=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 185 (72.66% from 255 or 37.91% from 488); Blue value is 132 (51.95% from 255 or 27.05% from 488); Max value from RGB is 185 - color contains mainly: green. Hex color #ABB984 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB984 is #54467B. Grayscale: #AEAEAE. Windows color (decimal): -5523068 or 8698283. OLE color: 8698283.

HSL color Cylindrical-coordinate representation of color #ABB984: hue angle of 75.85º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABB984 is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB171185132-
CMYK0.0800.290.27
HSL75.85º27.46%62.16%-
HSV(B)75.85º28.65%72.55%-
XYZ38.3145.0228.5-
YUV174.77103.86125.31-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.04%
GREEN value IS 185 (72.66% from 255) = 37.91%
BLUE value IS 132 (51.95% from 255) = 27.05%
R=35.04%
G=37.91%
B=27.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711851320.0800.290.2775.8527.4662.16
HexABB984801D1B4c1b3e
Octal25327120410035331143376
Binary101010111011100110000100100001110111011100110011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB984; }

 p { color: rgb(171,185,132); }

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

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

 a { background-color: rgb(171,185,132); }

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

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

 span { border-color: rgb(171,185,132); }

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