#ABBC6C

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

Shades of Caper #ABBC6C

Tints of Caper #ABBC6C

Color information

#ABBC6C (or 0xABBC6C) is unknown color: approx Caper. HEX triplet: AB, BC and 6C. RGB value is (171,188,108). Sum of RGB (Red+Green+Blue) = 171+188+108=467 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.62% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 108 (42.58% from 255 or 23.13% from 467); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBC6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABBC6C is #544393. Grayscale: #AEAEAE. Windows color (decimal): -5522324 or 7126187. OLE color: 7126187.

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

Color convert

RGB171188108-
CMYK0.0900.430.26
HSL72.75º37.38%58.04%-
HSV(B)72.75º42.55%73.73%-
XYZ37.4845.7121.03-
YUV173.890.87126-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.62%
GREEN value IS 188 (73.83% from 255) = 40.26%
BLUE value IS 108 (42.58% from 255) = 23.13%
R=36.62%
G=40.26%
B=23.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711881080.0900.430.2672.7537.3858.04
HexABBC6C902B1A49253a
Octal25327415411053321114572
Binary1010101110111100110110010010101011110101001001100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBC6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBC6C; }

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

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

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

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

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

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

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

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