#ACBC77

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

Shades of Caper #ACBC77

Tints of Caper #ACBC77

Color information

#ACBC77 (or 0xACBC77) is unknown color: approx Caper. HEX triplet: AC, BC and 77. RGB value is (172,188,119). Sum of RGB (Red+Green+Blue) = 172+188+119=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 188 (73.83% from 255 or 39.25% from 479); Blue value is 119 (46.88% from 255 or 24.84% from 479); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBC77 is #534388. Grayscale: #AFAFAF. Windows color (decimal): -5456777 or 7847084. OLE color: 7847084.

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

Color convert

RGB172188119-
CMYK0.0900.370.26
HSL73.91º33.99%60.2%-
HSV(B)73.91º36.7%73.73%-
XYZ38.3346.0724.32-
YUV175.3596.2125.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.91%
GREEN value IS 188 (73.83% from 255) = 39.25%
BLUE value IS 119 (46.88% from 255) = 24.84%
R=35.91%
G=39.25%
B=24.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721881190.0900.370.2673.9133.9960.2
HexACBC7790251A4a223c
Octal25427416711045321124274
Binary1010110010111100111011110010100101110101001010100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBC77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBC77; }

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

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

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

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

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

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

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

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