#ABBF82

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

Shades of Caper #ABBF82

Tints of Caper #ABBF82

Color information

#ABBF82 (or 0xABBF82) is unknown color: approx Caper. HEX triplet: AB, BF and 82. RGB value is (171,191,130). Sum of RGB (Red+Green+Blue) = 171+191+130=492 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.76% from 492); Green value is 191 (75% from 255 or 38.82% from 492); Blue value is 130 (51.17% from 255 or 26.42% from 492); Max value from RGB is 191 - color contains mainly: green. Hex color #ABBF82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBF82 is #54407D. Grayscale: #B2B2B2. Windows color (decimal): -5521534 or 8568747. OLE color: 8568747.

HSL color Cylindrical-coordinate representation of color #ABBF82: hue angle of 79.67º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABBF82 is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB171191130-
CMYK0.1000.320.25
HSL79.67º32.28%62.94%-
HSV(B)79.67º31.94%74.9%-
XYZ39.4547.5328.21-
YUV178.07100.87122.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.76%
GREEN value IS 191 (75% from 255) = 38.82%
BLUE value IS 130 (51.17% from 255) = 26.42%
R=34.76%
G=38.82%
B=26.42%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711911300.1000.320.2579.6732.2862.94
HexABBF82A0201950203f
Octal25327720212040311204077
Binary10101011101111111000001010100100000110011010000100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBF82; }

 p { color: rgb(171,191,130); }

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

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

 a { background-color: rgb(171,191,130); }

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

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

 span { border-color: rgb(171,191,130); }

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