#ABBC7D

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

Shades of Caper #ABBC7D

Tints of Caper #ABBC7D

Color information

#ABBC7D (or 0xABBC7D) is unknown color: approx Caper. HEX triplet: AB, BC and 7D. RGB value is (171,188,125). Sum of RGB (Red+Green+Blue) = 171+188+125=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 188 (73.83% from 255 or 38.84% from 484); Blue value is 125 (49.22% from 255 or 25.83% from 484); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBC7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABBC7D is #544382. Grayscale: #AFAFAF. Windows color (decimal): -5522307 or 8240299. OLE color: 8240299.

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

Color convert

RGB171188125-
CMYK0.0900.340.26
HSL76.19º31.98%61.37%-
HSV(B)76.19º33.51%73.73%-
XYZ38.4846.1126.27-
YUV175.7499.37124.62-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.33%
GREEN value IS 188 (73.83% from 255) = 38.84%
BLUE value IS 125 (49.22% from 255) = 25.83%
R=35.33%
G=38.84%
B=25.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711881250.0900.340.2676.1931.9861.37
HexABBC7D90221A4c203d
Octal25327417511042321144075
Binary1010101110111100111110110010100010110101001100100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBC7D; }

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

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

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

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

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

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

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

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