#ACBF6B

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

Shades of Caper #ACBF6B

Tints of Caper #ACBF6B

Color information

#ACBF6B (or 0xACBF6B) is unknown color: approx Caper. HEX triplet: AC, BF and 6B. RGB value is (172,191,107). Sum of RGB (Red+Green+Blue) = 172+191+107=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 191 (75% from 255 or 40.64% from 470); Blue value is 107 (42.19% from 255 or 22.77% from 470); Max value from RGB is 191 - color contains mainly: green. Hex color #ACBF6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBF6B is #534094. Grayscale: #B0B0B0. Windows color (decimal): -5456021 or 7061420. OLE color: 7061420.

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

Color convert

RGB172191107-
CMYK0.1000.440.25
HSL73.57º39.62%58.43%-
HSV(B)73.57º43.98%74.9%-
XYZ38.347.0920.98-
YUV175.7489.21125.33-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.60%
GREEN value IS 191 (75% from 255) = 40.64%
BLUE value IS 107 (42.19% from 255) = 22.77%
R=36.60%
G=40.64%
B=22.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721911070.1000.440.2573.5739.6258.43
HexACBF6BA02C194a283a
Octal25427715312054311125072
Binary1010110010111111110101110100101100110011001010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBF6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBF6B; }

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

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

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

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

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

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

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

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