#ACBB72

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

Shades of Caper #ACBB72

Tints of Caper #ACBB72

Color information

#ACBB72 (or 0xACBB72) is unknown color: approx Caper. HEX triplet: AC, BB and 72. RGB value is (172,187,114). Sum of RGB (Red+Green+Blue) = 172+187+114=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 187 (73.44% from 255 or 39.53% from 473); Blue value is 114 (44.92% from 255 or 24.10% from 473); Max value from RGB is 187 - color contains mainly: green. Hex color #ACBB72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBB72 is #53448D. Grayscale: #AEAEAE. Windows color (decimal): -5457038 or 7519148. OLE color: 7519148.

HSL color Cylindrical-coordinate representation of color #ACBB72: hue angle of 72.33º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ACBB72 is Cyan = 0.08, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB172187114-
CMYK0.0800.390.27
HSL72.33º34.93%59.02%-
HSV(B)72.33º39.04%73.33%-
XYZ37.8245.5322.71-
YUV174.1994.03126.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.36%
GREEN value IS 187 (73.44% from 255) = 39.53%
BLUE value IS 114 (44.92% from 255) = 24.10%
R=36.36%
G=39.53%
B=24.10%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721871140.0800.390.2772.3334.9359.02
HexACBB7280271B48233b
Octal25427316210047331104373
Binary1010110010111011111001010000100111110111001000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBB72; }

 p { color: rgb(172,187,114); }

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

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

 a { background-color: rgb(172,187,114); }

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

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

 span { border-color: rgb(172,187,114); }

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