#ACBE83

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

Shades of Caper #ACBE83

Tints of Caper #ACBE83

Color information

#ACBE83 (or 0xACBE83) is unknown color: approx Caper. HEX triplet: AC, BE and 83. RGB value is (172,190,131). Sum of RGB (Red+Green+Blue) = 172+190+131=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 190 (74.61% from 255 or 38.54% from 493); Blue value is 131 (51.56% from 255 or 26.57% from 493); Max value from RGB is 190 - color contains mainly: green. Hex color #ACBE83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBE83 is #53417C. Grayscale: #B2B2B2. Windows color (decimal): -5456253 or 8634028. OLE color: 8634028.

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

Color convert

RGB172190131-
CMYK0.0900.310.25
HSL78.31º31.22%62.94%-
HSV(B)78.31º31.05%74.51%-
XYZ39.5247.2428.51-
YUV177.89101.54123.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.89%
GREEN value IS 190 (74.61% from 255) = 38.54%
BLUE value IS 131 (51.56% from 255) = 26.57%
R=34.89%
G=38.54%
B=26.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721901310.0900.310.2578.3131.2262.94
HexACBE83901F194e1f3f
Octal25427620311037311163777
Binary101011001011111010000011100101111111001100111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBE83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBE83; }

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

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

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

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

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

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

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

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