#ACBF78

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

Shades of Caper #ACBF78

Tints of Caper #ACBF78

Color information

#ACBF78 (or 0xACBF78) is unknown color: approx Caper. HEX triplet: AC, BF and 78. RGB value is (172,191,120). Sum of RGB (Red+Green+Blue) = 172+191+120=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 191 (75% from 255 or 39.54% from 483); Blue value is 120 (47.27% from 255 or 24.84% from 483); Max value from RGB is 191 - color contains mainly: green. Hex color #ACBF78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBF78 is #534087. Grayscale: #B1B1B1. Windows color (decimal): -5456008 or 7913388. OLE color: 7913388.

HSL color Cylindrical-coordinate representation of color #ACBF78: hue angle of 76.06º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ACBF78 is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB172191120-
CMYK0.1000.370.25
HSL76.06º35.68%60.98%-
HSV(B)76.06º37.17%74.9%-
XYZ39.0347.3924.86-
YUV177.2295.71124.27-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.61%
GREEN value IS 191 (75% from 255) = 39.54%
BLUE value IS 120 (47.27% from 255) = 24.84%
R=35.61%
G=39.54%
B=24.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721911200.1000.370.2576.0635.6860.98
HexACBF78A025194c243d
Octal25427717012045311144475
Binary1010110010111111111100010100100101110011001100100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBF78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBF78; }

 p { color: rgb(172,191,120); }

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

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

 a { background-color: rgb(172,191,120); }

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

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

 span { border-color: rgb(172,191,120); }

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