#ABC771

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

Shades of Caper #ABC771

Tints of Caper #ABC771

Color information

#ABC771 (or 0xABC771) is unknown color: approx Caper. HEX triplet: AB, C7 and 71. RGB value is (171,199,113). Sum of RGB (Red+Green+Blue) = 171+199+113=483 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.40% from 483); Green value is 199 (78.12% from 255 or 41.20% from 483); Blue value is 113 (44.53% from 255 or 23.40% from 483); Max value from RGB is 199 - color contains mainly: green. Hex color #ABC771 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC771 is #54388E. Grayscale: #B5B5B5. Windows color (decimal): -5519503 or 7456683. OLE color: 7456683.

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

Color convert

RGB171199113-
CMYK0.1400.430.22
HSL79.53º43.43%61.18%-
HSV(B)79.53º43.22%78.04%-
XYZ40.250.723.29-
YUV180.8289.72120.99-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.40%
GREEN value IS 199 (78.12% from 255) = 41.20%
BLUE value IS 113 (44.53% from 255) = 23.40%
R=35.40%
G=41.20%
B=23.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1711991130.1400.430.2279.5343.4361.18
HexABC771E02B16502b3d
Octal25330716116053261205375
Binary1010101111000111111000111100101011101101010000101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC771; }

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

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

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

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

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

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

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

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