#ACBF7F

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

Shades of Caper #ACBF7F

Tints of Caper #ACBF7F

Color information

#ACBF7F (or 0xACBF7F) is unknown color: approx Caper. HEX triplet: AC, BF and 7F. RGB value is (172,191,127). Sum of RGB (Red+Green+Blue) = 172+191+127=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 191 (75% from 255 or 38.98% from 490); Blue value is 127 (50% from 255 or 25.92% from 490); Max value from RGB is 191 - color contains mainly: green. Hex color #ACBF7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBF7F is #534080. Grayscale: #B2B2B2. Windows color (decimal): -5456001 or 8372140. OLE color: 8372140.

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

Color convert

RGB172191127-
CMYK0.1000.340.25
HSL77.81º33.33%62.35%-
HSV(B)77.81º33.51%74.9%-
XYZ39.4747.5627.18-
YUV178.0299.21123.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.10%
GREEN value IS 191 (75% from 255) = 38.98%
BLUE value IS 127 (50% from 255) = 25.92%
R=35.10%
G=38.98%
B=25.92%

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
Decimal1721911270.1000.340.2577.8133.3362.35
HexACBF7FA022194e213e
Octal25427717712042311164176
Binary1010110010111111111111110100100010110011001110100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBF7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBF7F; }

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

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

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

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

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

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

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

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