#ABBC7F

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

Shades of Caper #ABBC7F

Tints of Caper #ABBC7F

Color information

#ABBC7F (or 0xABBC7F) is unknown color: approx Caper. HEX triplet: AB, BC and 7F. RGB value is (171,188,127). Sum of RGB (Red+Green+Blue) = 171+188+127=486 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.19% from 486); Green value is 188 (73.83% from 255 or 38.68% from 486); Blue value is 127 (50% from 255 or 26.13% from 486); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBC7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABBC7F is #544380. Grayscale: #B0B0B0. Windows color (decimal): -5522305 or 8371371. OLE color: 8371371.

HSL color Cylindrical-coordinate representation of color #ABBC7F: hue angle of 76.72º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABBC7F is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB171188127-
CMYK0.0900.320.26
HSL76.72º31.28%61.76%-
HSV(B)76.72º32.45%73.73%-
XYZ38.6146.1626.95-
YUV175.96100.37124.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.19%
GREEN value IS 188 (73.83% from 255) = 38.68%
BLUE value IS 127 (50% from 255) = 26.13%
R=35.19%
G=38.68%
B=26.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711881270.0900.320.2676.7231.2861.76
HexABBC7F90201A4d1f3e
Octal25327417711040321153776
Binary101010111011110011111111001010000011010100110111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBC7F; }

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

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

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

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

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

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

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

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