#ACBF8B

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

Shades of Caper #ACBF8B

Tints of Caper #ACBF8B

Color information

#ACBF8B (or 0xACBF8B) is unknown color: approx Caper. HEX triplet: AC, BF and 8B. RGB value is (172,191,139). Sum of RGB (Red+Green+Blue) = 172+191+139=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 191 (75% from 255 or 38.05% from 502); Blue value is 139 (54.69% from 255 or 27.69% from 502); Max value from RGB is 191 - color contains mainly: green. Hex color #ACBF8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBF8B is #534074. Grayscale: #B3B3B3. Windows color (decimal): -5455989 or 9158572. OLE color: 9158572.

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

Color convert

RGB172191139-
CMYK0.1000.270.25
HSL81.92º28.89%64.71%-
HSV(B)81.92º27.23%74.9%-
XYZ40.347.931.55-
YUV179.39105.21122.73-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.26%
GREEN value IS 191 (75% from 255) = 38.05%
BLUE value IS 139 (54.69% from 255) = 27.69%
R=34.26%
G=38.05%
B=27.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721911390.1000.270.2581.9228.8964.71
HexACBF8BA01B19521d41
Octal254277213120333112235101
Binary1010110010111111100010111010011011110011010010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBF8B; }

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

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

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

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

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

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

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

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