#ACBE71

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

Shades of Caper #ACBE71

Tints of Caper #ACBE71

Color information

#ACBE71 (or 0xACBE71) is unknown color: approx Caper. HEX triplet: AC, BE and 71. RGB value is (172,190,113). Sum of RGB (Red+Green+Blue) = 172+190+113=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 190 (74.61% from 255 or 40% from 475); Blue value is 113 (44.53% from 255 or 23.79% from 475); Max value from RGB is 190 - color contains mainly: green. Hex color #ACBE71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBE71 is #53418E. Grayscale: #B0B0B0. Windows color (decimal): -5456271 or 7454380. OLE color: 7454380.

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

Color convert

RGB172190113-
CMYK0.0900.410.25
HSL74.03º37.2%59.41%-
HSV(B)74.03º40.53%74.51%-
XYZ38.4146.7922.63-
YUV175.8492.54125.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.21%
GREEN value IS 190 (74.61% from 255) = 40%
BLUE value IS 113 (44.53% from 255) = 23.79%
R=36.21%
G=40%
B=23.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721901130.0900.410.2574.0337.259.41
HexACBE719029194a253b
Octal25427616111051311124573
Binary1010110010111110111000110010101001110011001010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBE71; }

 p { color: rgb(172,190,113); }

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

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

 a { background-color: rgb(172,190,113); }

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

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

 span { border-color: rgb(172,190,113); }

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