#ACBD70

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

Shades of Caper #ACBD70

Tints of Caper #ACBD70

Color information

#ACBD70 (or 0xACBD70) is unknown color: approx Caper. HEX triplet: AC, BD and 70. RGB value is (172,189,112). Sum of RGB (Red+Green+Blue) = 172+189+112=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 189 (74.22% from 255 or 39.96% from 473); Blue value is 112 (44.14% from 255 or 23.68% from 473); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBD70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBD70 is #53428F. Grayscale: #AFAFAF. Windows color (decimal): -5456528 or 7388588. OLE color: 7388588.

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

Color convert

RGB172189112-
CMYK0.0900.410.26
HSL73.25º36.84%59.02%-
HSV(B)73.25º40.74%74.12%-
XYZ38.1446.3422.26-
YUV175.1492.37125.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.36%
GREEN value IS 189 (74.22% from 255) = 39.96%
BLUE value IS 112 (44.14% from 255) = 23.68%
R=36.36%
G=39.96%
B=23.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721891120.0900.410.2673.2536.8459.02
HexACBD7090291A49253b
Octal25427516011051321114573
Binary1010110010111101111000010010101001110101001001100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBD70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBD70; }

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

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

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

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

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

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

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

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