#acbf7e

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

Shades of Caper #ACBF7E

Tints of Caper #ACBF7E

Color information

#ACBF7E (or 0xACBF7E) is unknown color: approx Caper. HEX triplet: AC, BF and 7E. RGB value is (172,191,126). Sum of RGB (Red+Green+Blue) = 172+191+126=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 191 (75% from 255 or 39.06% from 489); Blue value is 126 (49.61% from 255 or 25.77% from 489); Max value from RGB is 191 - color contains mainly: green. Hex color #ACBF7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBF7E is #534081. Grayscale: #B2B2B2. Windows color (decimal): -5456002 or 8306604. OLE color: 8306604.

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

Color convert

RGB172191126-
CMYK0.1000.340.25
HSL77.54º33.68%62.16%-
HSV(B)77.54º34.03%74.9%-
XYZ39.4147.5426.84-
YUV177.9198.71123.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.17%
GREEN value IS 191 (75% from 255) = 39.06%
BLUE value IS 126 (49.61% from 255) = 25.77%
R=35.17%
G=39.06%
B=25.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721911260.1000.340.2577.5433.6862.16
HexACBF7EA022194e223e
Octal25427717612042311164276
Binary1010110010111111111111010100100010110011001110100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #acbf7e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #acbf7e; }

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

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

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

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

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

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

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

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