#ABC76A

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

Shades of Caper #ABC76A

Tints of Caper #ABC76A

Color information

#ABC76A (or 0xABC76A) is unknown color: approx Caper. HEX triplet: AB, C7 and 6A. RGB value is (171,199,106). Sum of RGB (Red+Green+Blue) = 171+199+106=476 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.92% from 476); Green value is 199 (78.12% from 255 or 41.81% from 476); Blue value is 106 (41.80% from 255 or 22.27% from 476); Max value from RGB is 199 - color contains mainly: green. Hex color #ABC76A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC76A is #543895. Grayscale: #B4B4B4. Windows color (decimal): -5519510 or 6997931. OLE color: 6997931.

HSL color Cylindrical-coordinate representation of color #ABC76A: hue angle of 78.06º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ABC76A is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB171199106-
CMYK0.1400.470.22
HSL78.06º45.37%59.8%-
HSV(B)78.06º46.73%78.04%-
XYZ39.8250.5521.29-
YUV180.0386.22121.56-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.92%
GREEN value IS 199 (78.12% from 255) = 41.81%
BLUE value IS 106 (41.80% from 255) = 22.27%
R=35.92%
G=41.81%
B=22.27%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1711991060.1400.470.2278.0645.3759.8
HexABC76AE02F164e2d3c
Octal25330715216057261165574
Binary1010101111000111110101011100101111101101001110101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC76A; }

 p { color: rgb(171,199,106); }

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

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

 a { background-color: rgb(171,199,106); }

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

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

 span { border-color: rgb(171,199,106); }

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