#ACBF89

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

Shades of Caper #ACBF89

Tints of Caper #ACBF89

Color information

#ACBF89 (or 0xACBF89) is unknown color: approx Caper. HEX triplet: AC, BF and 89. RGB value is (172,191,137). Sum of RGB (Red+Green+Blue) = 172+191+137=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 191 (75% from 255 or 38.2% from 500); Blue value is 137 (53.91% from 255 or 27.4% from 500); Max value from RGB is 191 - color contains mainly: green. Hex color #ACBF89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBF89 is #534076. Grayscale: #B3B3B3. Windows color (decimal): -5455991 or 9027500. OLE color: 9027500.

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

Color convert

RGB172191137-
CMYK0.1000.280.25
HSL81.11º29.67%64.31%-
HSV(B)81.11º28.27%74.9%-
XYZ40.1647.8430.78-
YUV179.16104.21122.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.4%
GREEN value IS 191 (75% from 255) = 38.2%
BLUE value IS 137 (53.91% from 255) = 27.4%
R=34.4%
G=38.2%
B=27.4%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721911370.1000.280.2581.1129.6764.31
HexACBF89A01C19511e40
Octal254277211120343112136100
Binary1010110010111111100010011010011100110011010001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBF89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBF89; }

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

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

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

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

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

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

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

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