#ABBF71

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

Shades of Caper #ABBF71

Tints of Caper #ABBF71

Color information

#ABBF71 (or 0xABBF71) is unknown color: approx Caper. HEX triplet: AB, BF and 71. RGB value is (171,191,113). Sum of RGB (Red+Green+Blue) = 171+191+113=475 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36% from 475); Green value is 191 (75% from 255 or 40.21% from 475); Blue value is 113 (44.53% from 255 or 23.79% from 475); Max value from RGB is 191 - color contains mainly: green. Hex color #ABBF71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABBF71 is #54408E. Grayscale: #B0B0B0. Windows color (decimal): -5521551 or 7454635. OLE color: 7454635.

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

Color convert

RGB171191113-
CMYK0.1000.410.25
HSL75.38º37.86%59.61%-
HSV(B)75.38º40.84%74.9%-
XYZ38.4147.1122.69-
YUV176.1392.37124.34-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36%
GREEN value IS 191 (75% from 255) = 40.21%
BLUE value IS 113 (44.53% from 255) = 23.79%
R=36%
G=40.21%
B=23.79%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711911130.1000.410.2575.3837.8659.61
HexABBF71A029194b263c
Octal25327716112051311134674
Binary1010101110111111111000110100101001110011001011100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBF71; }

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

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

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

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

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

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

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

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