#ABBD6D

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

Shades of Caper #ABBD6D

Tints of Caper #ABBD6D

Color information

#ABBD6D (or 0xABBD6D) is unknown color: approx Caper. HEX triplet: AB, BD and 6D. RGB value is (171,189,109). Sum of RGB (Red+Green+Blue) = 171+189+109=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 189 (74.22% from 255 or 40.30% from 469); Blue value is 109 (42.97% from 255 or 23.24% from 469); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBD6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABBD6D is #544292. Grayscale: #AEAEAE. Windows color (decimal): -5522067 or 7191979. OLE color: 7191979.

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

Color convert

RGB171189109-
CMYK0.1000.420.26
HSL73.5º37.74%58.43%-
HSV(B)73.5º42.33%74.12%-
XYZ37.7546.1621.39-
YUV174.591.04125.5-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.46%
GREEN value IS 189 (74.22% from 255) = 40.30%
BLUE value IS 109 (42.97% from 255) = 23.24%
R=36.46%
G=40.30%
B=23.24%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711891090.1000.420.2673.537.7458.43
HexABBD6DA02A1A4a263a
Octal25327515512052321124672
Binary1010101110111101110110110100101010110101001010100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBD6D; }

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

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

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

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

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

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

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

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