#ACBF88

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

Shades of Caper #ACBF88

Tints of Caper #ACBF88

Color information

#ACBF88 (or 0xACBF88) is unknown color: approx Caper. HEX triplet: AC, BF and 88. RGB value is (172,191,136). Sum of RGB (Red+Green+Blue) = 172+191+136=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 191 (75% from 255 or 38.28% from 499); Blue value is 136 (53.52% from 255 or 27.25% from 499); Max value from RGB is 191 - color contains mainly: green. Hex color #ACBF88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBF88 is #534077. Grayscale: #B3B3B3. Windows color (decimal): -5455992 or 8961964. OLE color: 8961964.

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

Color convert

RGB172191136-
CMYK0.1000.290.25
HSL80.73º30.05%64.12%-
HSV(B)80.73º28.8%74.9%-
XYZ40.0947.8130.41-
YUV179.05103.71122.97-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.47%
GREEN value IS 191 (75% from 255) = 38.28%
BLUE value IS 136 (53.52% from 255) = 27.25%
R=34.47%
G=38.28%
B=27.25%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721911360.1000.290.2580.7330.0564.12
HexACBF88A01D19511e40
Octal254277210120353112136100
Binary1010110010111111100010001010011101110011010001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBF88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBF88; }

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

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

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

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

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

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

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

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