#ACBE8A

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

Shades of Caper #ACBE8A

Tints of Caper #ACBE8A

Color information

#ACBE8A (or 0xACBE8A) is unknown color: approx Caper. HEX triplet: AC, BE and 8A. RGB value is (172,190,138). Sum of RGB (Red+Green+Blue) = 172+190+138=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 190 (74.61% from 255 or 38% from 500); Blue value is 138 (54.30% from 255 or 27.6% from 500); Max value from RGB is 190 - color contains mainly: green. Hex color #ACBE8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBE8A is #534175. Grayscale: #B2B2B2. Windows color (decimal): -5456246 or 9092780. OLE color: 9092780.

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

Color convert

RGB172190138-
CMYK0.0900.270.25
HSL80.77º28.57%64.31%-
HSV(B)80.77º27.37%74.51%-
XYZ40.0147.4331.09-
YUV178.69105.04123.23-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.4%
GREEN value IS 190 (74.61% from 255) = 38%
BLUE value IS 138 (54.30% from 255) = 27.6%
R=34.4%
G=38%
B=27.6%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721901380.0900.270.2580.7728.5764.31
HexACBE8A901B19511d40
Octal254276212110333112135100
Binary1010110010111110100010101001011011110011010001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBE8A; }

 p { color: rgb(172,190,138); }

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

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

 a { background-color: rgb(172,190,138); }

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

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

 span { border-color: rgb(172,190,138); }

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