#ABCA7B

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

Shades of Caper #ABCA7B

Tints of Caper #ABCA7B

Color information

#ABCA7B (or 0xABCA7B) is unknown color: approx Caper. HEX triplet: AB, CA and 7B. RGB value is (171,202,123). Sum of RGB (Red+Green+Blue) = 171+202+123=496 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.48% from 496); Green value is 202 (79.30% from 255 or 40.73% from 496); Blue value is 123 (48.44% from 255 or 24.80% from 496); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCA7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCA7B is #543584. Grayscale: #B8B8B8. Windows color (decimal): -5518725 or 8112811. OLE color: 8112811.

HSL color Cylindrical-coordinate representation of color #ABCA7B: hue angle of 83.54º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ABCA7B is Cyan = 0.15, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB171202123-
CMYK0.1500.390.21
HSL83.54º42.7%63.73%-
HSV(B)83.54º39.11%79.22%-
XYZ41.4952.3326.65-
YUV183.7293.73118.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.48%
GREEN value IS 202 (79.30% from 255) = 40.73%
BLUE value IS 123 (48.44% from 255) = 24.80%
R=34.48%
G=40.73%
B=24.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1712021230.1500.390.2183.5442.763.73
HexABCA7BF02715542b40
Octal253312173170472512453100
Binary10101011110010101111011111101001111010110101001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCA7B; }

 p { color: rgb(171,202,123); }

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

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

 a { background-color: rgb(171,202,123); }

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

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

 span { border-color: rgb(171,202,123); }

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