#ACBF74

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

Shades of Caper #ACBF74

Tints of Caper #ACBF74

Color information

#ACBF74 (or 0xACBF74) is unknown color: approx Caper. HEX triplet: AC, BF and 74. RGB value is (172,191,116). Sum of RGB (Red+Green+Blue) = 172+191+116=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 191 (75% from 255 or 39.87% from 479); Blue value is 116 (45.70% from 255 or 24.22% from 479); Max value from RGB is 191 - color contains mainly: green. Hex color #ACBF74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBF74 is #53408B. Grayscale: #B1B1B1. Windows color (decimal): -5456012 or 7651244. OLE color: 7651244.

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

Color convert

RGB172191116-
CMYK0.1000.390.25
HSL75.2º36.95%60.2%-
HSV(B)75.2º39.27%74.9%-
XYZ38.847.2923.61-
YUV176.7793.71124.6-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.91%
GREEN value IS 191 (75% from 255) = 39.87%
BLUE value IS 116 (45.70% from 255) = 24.22%
R=35.91%
G=39.87%
B=24.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721911160.1000.390.2575.236.9560.2
HexACBF74A027194b253c
Octal25427716412047311134574
Binary1010110010111111111010010100100111110011001011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBF74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBF74; }

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

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

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

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

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

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

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

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