#ACBF73

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

Shades of Caper #ACBF73

Tints of Caper #ACBF73

Color information

#ACBF73 (or 0xACBF73) is unknown color: approx Caper. HEX triplet: AC, BF and 73. RGB value is (172,191,115). Sum of RGB (Red+Green+Blue) = 172+191+115=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 191 (75% from 255 or 39.96% from 478); Blue value is 115 (45.31% from 255 or 24.06% from 478); Max value from RGB is 191 - color contains mainly: green. Hex color #ACBF73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBF73 is #53408C. Grayscale: #B0B0B0. Windows color (decimal): -5456013 or 7585708. OLE color: 7585708.

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

Color convert

RGB172191115-
CMYK0.1000.400.25
HSL75º37.25%60%-
HSV(B)75º39.79%74.9%-
XYZ38.7447.2723.3-
YUV176.6693.21124.68-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.98%
GREEN value IS 191 (75% from 255) = 39.96%
BLUE value IS 115 (45.31% from 255) = 24.06%
R=35.98%
G=39.96%
B=24.06%

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
Decimal1721911150.1000.400.257537.2560
HexACBF73A028194b253c
Octal25427716312050311134574
Binary1010110010111111111001110100101000110011001011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBF73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBF73; }

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

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

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

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

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

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

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

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