#ABC674

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

Shades of Caper #ABC674

Tints of Caper #ABC674

Color information

#ABC674 (or 0xABC674) is unknown color: approx Caper. HEX triplet: AB, C6 and 74. RGB value is (171,198,116). Sum of RGB (Red+Green+Blue) = 171+198+116=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 198 (77.73% from 255 or 40.82% from 485); Blue value is 116 (45.70% from 255 or 23.92% from 485); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC674 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC674 is #54398B. Grayscale: #B4B4B4. Windows color (decimal): -5519756 or 7653035. OLE color: 7653035.

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

Color convert

RGB171198116-
CMYK0.1400.410.22
HSL79.76º41.84%61.57%-
HSV(B)79.76º41.41%77.65%-
XYZ40.1450.3124.12-
YUV180.5891.55121.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.26%
GREEN value IS 198 (77.73% from 255) = 40.82%
BLUE value IS 116 (45.70% from 255) = 23.92%
R=35.26%
G=40.82%
B=23.92%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1711981160.1400.410.2279.7641.8461.57
HexABC674E02916502a3e
Octal25330616416051261205276
Binary1010101111000110111010011100101001101101010000101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC674; }

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

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

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

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

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

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

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

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