#ACBD74

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

Shades of Caper #ACBD74

Tints of Caper #ACBD74

Color information

#ACBD74 (or 0xACBD74) is unknown color: approx Caper. HEX triplet: AC, BD and 74. RGB value is (172,189,116). Sum of RGB (Red+Green+Blue) = 172+189+116=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 189 (74.22% from 255 or 39.62% from 477); Blue value is 116 (45.70% from 255 or 24.32% from 477); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBD74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBD74 is #53428B. Grayscale: #AFAFAF. Windows color (decimal): -5456524 or 7650732. OLE color: 7650732.

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

Color convert

RGB172189116-
CMYK0.0900.390.26
HSL73.97º35.61%59.8%-
HSV(B)73.97º38.62%74.12%-
XYZ38.3646.4323.46-
YUV175.5994.37125.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.06%
GREEN value IS 189 (74.22% from 255) = 39.62%
BLUE value IS 116 (45.70% from 255) = 24.32%
R=36.06%
G=39.62%
B=24.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721891160.0900.390.2673.9735.6159.8
HexACBD7490271A4a243c
Octal25427516411047321124474
Binary1010110010111101111010010010100111110101001010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBD74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBD74; }

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

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

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

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

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

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

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

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