#ABCA79

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

Shades of Caper #ABCA79

Tints of Caper #ABCA79

Color information

#ABCA79 (or 0xABCA79) is unknown color: approx Caper. HEX triplet: AB, CA and 79. RGB value is (171,202,121). Sum of RGB (Red+Green+Blue) = 171+202+121=494 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.62% from 494); Green value is 202 (79.30% from 255 or 40.89% from 494); Blue value is 121 (47.66% from 255 or 24.49% from 494); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCA79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCA79 is #543586. Grayscale: #B7B7B7. Windows color (decimal): -5518727 or 7981739. OLE color: 7981739.

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

Color convert

RGB171202121-
CMYK0.1500.400.21
HSL82.96º43.32%63.33%-
HSV(B)82.96º40.1%79.22%-
XYZ41.3752.2826-
YUV183.592.73119.09-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.62%
GREEN value IS 202 (79.30% from 255) = 40.89%
BLUE value IS 121 (47.66% from 255) = 24.49%
R=34.62%
G=40.89%
B=24.49%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1712021210.1500.400.2182.9643.3263.33
HexABCA79F02815532b3f
Octal25331217117050251235377
Binary1010101111001010111100111110101000101011010011101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCA79; }

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

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

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

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

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

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

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

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