#ABB76F

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

Shades of Caper #ABB76F

Tints of Caper #ABB76F

Color information

#ABB76F (or 0xABB76F) is unknown color: approx Caper. HEX triplet: AB, B7 and 6F. RGB value is (171,183,111). Sum of RGB (Red+Green+Blue) = 171+183+111=465 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.77% from 465); Green value is 183 (71.88% from 255 or 39.35% from 465); Blue value is 111 (43.75% from 255 or 23.87% from 465); Max value from RGB is 183 - color contains mainly: green. Hex color #ABB76F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB76F is #544890. Grayscale: #ABABAB. Windows color (decimal): -5523601 or 7321515. OLE color: 7321515.

HSL color Cylindrical-coordinate representation of color #ABB76F: hue angle of 70º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ABB76F is Cyan = 0.07, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB171183111-
CMYK0.0700.390.28
HSL70º33.33%57.65%-
HSV(B)70º39.34%71.76%-
XYZ36.643.6721.54-
YUV171.294.02127.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.77%
GREEN value IS 183 (71.88% from 255) = 39.35%
BLUE value IS 111 (43.75% from 255) = 23.87%
R=36.77%
G=39.35%
B=23.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1711831110.0700.390.287033.3357.65
HexABB76F70271C46213a
Octal2532671577047341064172
Binary101010111011011111011111110100111111001000110100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB76F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB76F; }

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

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

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

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

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

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

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

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