#ABC67A

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

Shades of Caper #ABC67A

Tints of Caper #ABC67A

Color information

#ABC67A (or 0xABC67A) is unknown color: approx Caper. HEX triplet: AB, C6 and 7A. RGB value is (171,198,122). Sum of RGB (Red+Green+Blue) = 171+198+122=491 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.83% from 491); Green value is 198 (77.73% from 255 or 40.33% from 491); Blue value is 122 (48.05% from 255 or 24.85% from 491); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC67A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC67A is #543985. Grayscale: #B5B5B5. Windows color (decimal): -5519750 or 8046251. OLE color: 8046251.

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

Color convert

RGB171198122-
CMYK0.1400.380.22
HSL81.32º40%62.75%-
HSV(B)81.32º38.38%77.65%-
XYZ40.550.4526.02-
YUV181.2694.55120.68-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.83%
GREEN value IS 198 (77.73% from 255) = 40.33%
BLUE value IS 122 (48.05% from 255) = 24.85%
R=34.83%
G=40.33%
B=24.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1711981220.1400.380.2281.324062.75
HexABC67AE0261651283f
Octal25330617216046261215077
Binary1010101111000110111101011100100110101101010001101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC67A; }

 p { color: rgb(171,198,122); }

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

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

 a { background-color: rgb(171,198,122); }

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

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

 span { border-color: rgb(171,198,122); }

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