#ACBF71

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

Shades of Caper #ACBF71

Tints of Caper #ACBF71

Color information

#ACBF71 (or 0xACBF71) is unknown color: approx Caper. HEX triplet: AC, BF and 71. RGB value is (172,191,113). Sum of RGB (Red+Green+Blue) = 172+191+113=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 191 (75% from 255 or 40.13% from 476); Blue value is 113 (44.53% from 255 or 23.74% from 476); Max value from RGB is 191 - color contains mainly: green. Hex color #ACBF71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBF71 is #53408E. Grayscale: #B0B0B0. Windows color (decimal): -5456015 or 7454636. OLE color: 7454636.

HSL color Cylindrical-coordinate representation of color #ACBF71: hue angle of 74.62º 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 #ACBF71 is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB172191113-
CMYK0.1000.410.25
HSL74.62º37.86%59.61%-
HSV(B)74.62º40.84%74.9%-
XYZ38.6247.2222.7-
YUV176.4392.21124.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.13%
GREEN value IS 191 (75% from 255) = 40.13%
BLUE value IS 113 (44.53% from 255) = 23.74%
R=36.13%
G=40.13%
B=23.74%

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
Decimal1721911130.1000.410.2574.6237.8659.61
HexACBF71A029194b263c
Octal25427716112051311134674
Binary1010110010111111111000110100101001110011001011100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBF71; }

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

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

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

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

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

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

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

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