#ABB96F

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

Shades of Caper #ABB96F

Tints of Caper #ABB96F

Color information

#ABB96F (or 0xABB96F) is unknown color: approx Caper. HEX triplet: AB, B9 and 6F. RGB value is (171,185,111). Sum of RGB (Red+Green+Blue) = 171+185+111=467 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.62% from 467); Green value is 185 (72.66% from 255 or 39.61% from 467); Blue value is 111 (43.75% from 255 or 23.77% from 467); Max value from RGB is 185 - color contains mainly: green. Hex color #ABB96F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB96F is #544690. Grayscale: #ACACAC. Windows color (decimal): -5523089 or 7322027. OLE color: 7322027.

HSL color Cylindrical-coordinate representation of color #ABB96F: hue angle of 71.35º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ABB96F is Cyan = 0.08, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.27.

Color convert

RGB171185111-
CMYK0.0800.40.27
HSL71.35º34.58%58.04%-
HSV(B)71.35º40%72.55%-
XYZ37.0144.521.68-
YUV172.3893.36127.02-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.62%
GREEN value IS 185 (72.66% from 255) = 39.61%
BLUE value IS 111 (43.75% from 255) = 23.77%
R=36.62%
G=39.61%
B=23.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711851110.0800.40.2771.3534.5858.04
HexABB96F80281B47233a
Octal25327115710050331074372
Binary1010101110111001110111110000101000110111000111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB96F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB96F; }

 p { color: rgb(171,185,111); }

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

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

 a { background-color: rgb(171,185,111); }

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

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

 span { border-color: rgb(171,185,111); }

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