#ABB68A

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

Shades of Caper #ABB68A

Tints of Caper #ABB68A

Color information

#ABB68A (or 0xABB68A) is unknown color: approx Caper. HEX triplet: AB, B6 and 8A. RGB value is (171,182,138). Sum of RGB (Red+Green+Blue) = 171+182+138=491 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.83% from 491); Green value is 182 (71.48% from 255 or 37.07% from 491); Blue value is 138 (54.30% from 255 or 28.11% from 491); Max value from RGB is 182 - color contains mainly: green. Hex color #ABB68A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB68A is #544975. Grayscale: #ADADAD. Windows color (decimal): -5523830 or 9090731. OLE color: 9090731.

HSL color Cylindrical-coordinate representation of color #ABB68A: hue angle of 75º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABB68A is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB171182138-
CMYK0.0600.240.29
HSL75º23.16%62.75%-
HSV(B)75º24.18%71.37%-
XYZ38.1143.9530.52-
YUV173.7107.86126.08-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.83%
GREEN value IS 182 (71.48% from 255) = 37.07%
BLUE value IS 138 (54.30% from 255) = 28.11%
R=34.83%
G=37.07%
B=28.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711821380.0600.240.297523.1662.75
HexABB68A60181D4b173f
Octal2532662126030351132777
Binary10101011101101101000101011001100011101100101110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB68A; }

 p { color: rgb(171,182,138); }

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

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

 a { background-color: rgb(171,182,138); }

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

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

 span { border-color: rgb(171,182,138); }

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