#ACBE82

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

Shades of Caper #ACBE82

Tints of Caper #ACBE82

Color information

#ACBE82 (or 0xACBE82) is unknown color: approx Caper. HEX triplet: AC, BE and 82. RGB value is (172,190,130). Sum of RGB (Red+Green+Blue) = 172+190+130=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 190 (74.61% from 255 or 38.62% from 492); Blue value is 130 (51.17% from 255 or 26.42% from 492); Max value from RGB is 190 - color contains mainly: green. Hex color #ACBE82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBE82 is #53417D. Grayscale: #B2B2B2. Windows color (decimal): -5456254 or 8568492. OLE color: 8568492.

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

Color convert

RGB172190130-
CMYK0.0900.320.25
HSL78º31.58%62.75%-
HSV(B)78º31.58%74.51%-
XYZ39.4647.2128.15-
YUV177.78101.04123.88-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.96%
GREEN value IS 190 (74.61% from 255) = 38.62%
BLUE value IS 130 (51.17% from 255) = 26.42%
R=34.96%
G=38.62%
B=26.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721901300.0900.320.257831.5862.75
HexACBE829020194e203f
Octal25427620211040311164077
Binary10101100101111101000001010010100000110011001110100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBE82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBE82; }

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

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

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

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

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

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

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

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