#ACBF79

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

Shades of Caper #ACBF79

Tints of Caper #ACBF79

Color information

#ACBF79 (or 0xACBF79) is unknown color: approx Caper. HEX triplet: AC, BF and 79. RGB value is (172,191,121). Sum of RGB (Red+Green+Blue) = 172+191+121=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 191 (75% from 255 or 39.46% from 484); Blue value is 121 (47.66% from 255 or 25% from 484); Max value from RGB is 191 - color contains mainly: green. Hex color #ACBF79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBF79 is #534086. Grayscale: #B1B1B1. Windows color (decimal): -5456007 or 7978924. OLE color: 7978924.

HSL color Cylindrical-coordinate representation of color #ACBF79: hue angle of 76.29º degrees, saturation: 0.35, 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 #ACBF79 is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB172191121-
CMYK0.1000.370.25
HSL76.29º35.35%61.18%-
HSV(B)76.29º36.65%74.9%-
XYZ39.147.4125.18-
YUV177.3496.21124.19-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.54%
GREEN value IS 191 (75% from 255) = 39.46%
BLUE value IS 121 (47.66% from 255) = 25%
R=35.54%
G=39.46%
B=25%

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
Decimal1721911210.1000.370.2576.2935.3561.18
HexACBF79A025194c233d
Octal25427717112045311144375
Binary1010110010111111111100110100100101110011001100100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBF79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBF79; }

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

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

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

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

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

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

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

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