#ABBE7F

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

Shades of Caper #ABBE7F

Tints of Caper #ABBE7F

Color information

#ABBE7F (or 0xABBE7F) is unknown color: approx Caper. HEX triplet: AB, BE and 7F. RGB value is (171,190,127). Sum of RGB (Red+Green+Blue) = 171+190+127=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 190 (74.61% from 255 or 38.93% from 488); Blue value is 127 (50% from 255 or 26.02% from 488); Max value from RGB is 190 - color contains mainly: green. Hex color #ABBE7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABBE7F is #544180. Grayscale: #B1B1B1. Windows color (decimal): -5521793 or 8371883. OLE color: 8371883.

HSL color Cylindrical-coordinate representation of color #ABBE7F: hue angle of 78.1º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABBE7F is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB171190127-
CMYK0.1000.330.25
HSL78.1º32.64%62.16%-
HSV(B)78.1º33.16%74.51%-
XYZ39.0447.0227.1-
YUV177.1499.71123.62-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.04%
GREEN value IS 190 (74.61% from 255) = 38.93%
BLUE value IS 127 (50% from 255) = 26.02%
R=35.04%
G=38.93%
B=26.02%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711901270.1000.330.2578.132.6462.16
HexABBE7FA021194e213e
Octal25327617712041311164176
Binary1010101110111110111111110100100001110011001110100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBE7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBE7F; }

 p { color: rgb(171,190,127); }

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

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

 a { background-color: rgb(171,190,127); }

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

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

 span { border-color: rgb(171,190,127); }

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