#ACBF76

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

Shades of Caper #ACBF76

Tints of Caper #ACBF76

Color information

#ACBF76 (or 0xACBF76) is unknown color: approx Caper. HEX triplet: AC, BF and 76. RGB value is (172,191,118). Sum of RGB (Red+Green+Blue) = 172+191+118=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 191 (75% from 255 or 39.71% from 481); Blue value is 118 (46.48% from 255 or 24.53% from 481); Max value from RGB is 191 - color contains mainly: green. Hex color #ACBF76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBF76 is #534089. Grayscale: #B1B1B1. Windows color (decimal): -5456010 or 7782316. OLE color: 7782316.

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

Color convert

RGB172191118-
CMYK0.1000.380.25
HSL75.62º36.32%60.59%-
HSV(B)75.62º38.22%74.9%-
XYZ38.9147.3424.23-
YUV17794.71124.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.76%
GREEN value IS 191 (75% from 255) = 39.71%
BLUE value IS 118 (46.48% from 255) = 24.53%
R=35.76%
G=39.71%
B=24.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721911180.1000.380.2575.6236.3260.59
HexACBF76A026194c243d
Octal25427716612046311144475
Binary1010110010111111111011010100100110110011001100100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBF76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBF76; }

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

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

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

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

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

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

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

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