#ABCA6D

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

Shades of Caper #ABCA6D

Tints of Caper #ABCA6D

Color information

#ABCA6D (or 0xABCA6D) is unknown color: approx Caper. HEX triplet: AB, CA and 6D. RGB value is (171,202,109). Sum of RGB (Red+Green+Blue) = 171+202+109=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 109 (42.97% from 255 or 22.61% from 482); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCA6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCA6D is #543592. Grayscale: #B6B6B6. Windows color (decimal): -5518739 or 7195307. OLE color: 7195307.

HSL color Cylindrical-coordinate representation of color #ABCA6D: hue angle of 80º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ABCA6D is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB171202109-
CMYK0.1500.460.21
HSL80º46.73%60.98%-
HSV(B)80º46.04%79.22%-
XYZ40.685222.36-
YUV182.1386.73120.06-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.48%
GREEN value IS 202 (79.30% from 255) = 41.91%
BLUE value IS 109 (42.97% from 255) = 22.61%
R=35.48%
G=41.91%
B=22.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1712021090.1500.460.218046.7360.98
HexABCA6DF02E15502f3d
Octal25331215517056251205775
Binary1010101111001010110110111110101110101011010000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCA6D; }

 p { color: rgb(171,202,109); }

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

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

 a { background-color: rgb(171,202,109); }

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

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

 span { border-color: rgb(171,202,109); }

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