#ACB78B

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

Shades of Caper #ACB78B

Tints of Caper #ACB78B

Color information

#ACB78B (or 0xACB78B) is unknown color: approx Caper. HEX triplet: AC, B7 and 8B. RGB value is (172,183,139). Sum of RGB (Red+Green+Blue) = 172+183+139=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 183 (71.88% from 255 or 37.04% from 494); Blue value is 139 (54.69% from 255 or 28.14% from 494); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB78B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB78B is #534874. Grayscale: #AEAEAE. Windows color (decimal): -5458037 or 9156524. OLE color: 9156524.

HSL color Cylindrical-coordinate representation of color #ACB78B: hue angle of 75º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACB78B is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.28.

Color convert

RGB172183139-
CMYK0.0600.240.28
HSL75º23.4%63.14%-
HSV(B)75º24.04%71.76%-
XYZ38.6144.530.98-
YUV174.7107.86126.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.82%
GREEN value IS 183 (71.88% from 255) = 37.04%
BLUE value IS 139 (54.69% from 255) = 28.14%
R=34.82%
G=37.04%
B=28.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1721831390.0600.240.287523.463.14
HexACB78B60181C4b173f
Octal2542672136030341132777
Binary10101100101101111000101111001100011100100101110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB78B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB78B; }

 p { color: rgb(172,183,139); }

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

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

 a { background-color: rgb(172,183,139); }

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

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

 span { border-color: rgb(172,183,139); }

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