#ACBC75

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

Shades of Caper #ACBC75

Tints of Caper #ACBC75

Color information

#ACBC75 (or 0xACBC75) is unknown color: approx Caper. HEX triplet: AC, BC and 75. RGB value is (172,188,117). Sum of RGB (Red+Green+Blue) = 172+188+117=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 188 (73.83% from 255 or 39.41% from 477); Blue value is 117 (46.09% from 255 or 24.53% from 477); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBC75 is #53438A. Grayscale: #AFAFAF. Windows color (decimal): -5456779 or 7716012. OLE color: 7716012.

HSL color Cylindrical-coordinate representation of color #ACBC75: hue angle of 73.52º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ACBC75 is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB172188117-
CMYK0.0900.380.26
HSL73.52º34.63%59.8%-
HSV(B)73.52º37.77%73.73%-
XYZ38.2146.0223.7-
YUV175.1295.2125.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.06%
GREEN value IS 188 (73.83% from 255) = 39.41%
BLUE value IS 117 (46.09% from 255) = 24.53%
R=36.06%
G=39.41%
B=24.53%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721881170.0900.380.2673.5234.6359.8
HexACBC7590261A4a233c
Octal25427416511046321124374
Binary1010110010111100111010110010100110110101001010100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBC75; }

 p { color: rgb(172,188,117); }

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

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

 a { background-color: rgb(172,188,117); }

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

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

 span { border-color: rgb(172,188,117); }

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