#ACBD72

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

Shades of Caper #ACBD72

Tints of Caper #ACBD72

Color information

#ACBD72 (or 0xACBD72) is unknown color: approx Caper. HEX triplet: AC, BD and 72. RGB value is (172,189,114). Sum of RGB (Red+Green+Blue) = 172+189+114=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 189 (74.22% from 255 or 39.79% from 475); Blue value is 114 (44.92% from 255 or 24% from 475); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBD72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBD72 is #53428D. Grayscale: #AFAFAF. Windows color (decimal): -5456526 or 7519660. OLE color: 7519660.

HSL color Cylindrical-coordinate representation of color #ACBD72: hue angle of 73.6º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACBD72 is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB172189114-
CMYK0.0900.400.26
HSL73.6º36.23%59.41%-
HSV(B)73.6º39.68%74.12%-
XYZ38.2546.3822.86-
YUV175.3793.37125.6-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.21%
GREEN value IS 189 (74.22% from 255) = 39.79%
BLUE value IS 114 (44.92% from 255) = 24%
R=36.21%
G=39.79%
B=24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721891140.0900.400.2673.636.2359.41
HexACBD7290281A4a243b
Octal25427516211050321124473
Binary1010110010111101111001010010101000110101001010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBD72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBD72; }

 p { color: rgb(172,189,114); }

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

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

 a { background-color: rgb(172,189,114); }

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

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

 span { border-color: rgb(172,189,114); }

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