#ACBF72

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

Shades of Caper #ACBF72

Tints of Caper #ACBF72

Color information

#ACBF72 (or 0xACBF72) is unknown color: approx Caper. HEX triplet: AC, BF and 72. RGB value is (172,191,114). Sum of RGB (Red+Green+Blue) = 172+191+114=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 191 (75% from 255 or 40.04% from 477); Blue value is 114 (44.92% from 255 or 23.90% from 477); Max value from RGB is 191 - color contains mainly: green. Hex color #ACBF72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBF72 is #53408D. Grayscale: #B0B0B0. Windows color (decimal): -5456014 or 7520172. OLE color: 7520172.

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

Color convert

RGB172191114-
CMYK0.1000.400.25
HSL74.81º37.56%59.8%-
HSV(B)74.81º40.31%74.9%-
XYZ38.6847.2523-
YUV176.5492.71124.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.06%
GREEN value IS 191 (75% from 255) = 40.04%
BLUE value IS 114 (44.92% from 255) = 23.90%
R=36.06%
G=40.04%
B=23.90%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721911140.1000.400.2574.8137.5659.8
HexACBF72A028194b263c
Octal25427716212050311134674
Binary1010110010111111111001010100101000110011001011100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBF72; }

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

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

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

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

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

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

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

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