#ABB57C

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

Shades of Caper #ABB57C

Tints of Caper #ABB57C

Color information

#ABB57C (or 0xABB57C) is unknown color: approx Caper. HEX triplet: AB, B5 and 7C. RGB value is (171,181,124). Sum of RGB (Red+Green+Blue) = 171+181+124=476 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.92% from 476); Green value is 181 (71.09% from 255 or 38.03% from 476); Blue value is 124 (48.83% from 255 or 26.05% from 476); Max value from RGB is 181 - color contains mainly: green. Hex color #ABB57C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB57C is #544A83. Grayscale: #ABABAB. Windows color (decimal): -5524100 or 8172971. OLE color: 8172971.

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

Color convert

RGB171181124-
CMYK0.0600.310.29
HSL70.53º27.8%59.8%-
HSV(B)70.53º31.49%70.98%-
XYZ36.9643.1625.45-
YUV171.51101.19127.63-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.92%
GREEN value IS 181 (71.09% from 255) = 38.03%
BLUE value IS 124 (48.83% from 255) = 26.05%
R=35.92%
G=38.03%
B=26.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711811240.0600.310.2970.5327.859.8
HexABB57C601F1D471c3c
Octal2532651746037351073474
Binary1010101110110101111110011001111111101100011111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB57C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB57C; }

 p { color: rgb(171,181,124); }

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

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

 a { background-color: rgb(171,181,124); }

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

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

 span { border-color: rgb(171,181,124); }

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