#ACBC7D

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

Shades of Caper #ACBC7D

Tints of Caper #ACBC7D

Color information

#ACBC7D (or 0xACBC7D) is unknown color: approx Caper. HEX triplet: AC, BC and 7D. RGB value is (172,188,125). Sum of RGB (Red+Green+Blue) = 172+188+125=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 188 (73.83% from 255 or 38.76% from 485); Blue value is 125 (49.22% from 255 or 25.77% from 485); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBC7D is #534382. Grayscale: #B0B0B0. Windows color (decimal): -5456771 or 8240300. OLE color: 8240300.

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

Color convert

RGB172188125-
CMYK0.0900.340.26
HSL75.24º31.98%61.37%-
HSV(B)75.24º33.51%73.73%-
XYZ38.746.2226.28-
YUV176.0399.2125.12-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.46%
GREEN value IS 188 (73.83% from 255) = 38.76%
BLUE value IS 125 (49.22% from 255) = 25.77%
R=35.46%
G=38.76%
B=25.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721881250.0900.340.2675.2431.9861.37
HexACBC7D90221A4b203d
Octal25427417511042321134075
Binary1010110010111100111110110010100010110101001011100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBC7D; }

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

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

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

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

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

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

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

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