#ACBB71

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

Shades of Caper #ACBB71

Tints of Caper #ACBB71

Color information

#ACBB71 (or 0xACBB71) is unknown color: approx Caper. HEX triplet: AC, BB and 71. RGB value is (172,187,113). Sum of RGB (Red+Green+Blue) = 172+187+113=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 187 (73.44% from 255 or 39.62% from 472); Blue value is 113 (44.53% from 255 or 23.94% from 472); Max value from RGB is 187 - color contains mainly: green. Hex color #ACBB71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBB71 is #53448E. Grayscale: #AEAEAE. Windows color (decimal): -5457039 or 7453612. OLE color: 7453612.

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

Color convert

RGB172187113-
CMYK0.0800.400.27
HSL72.16º35.24%58.82%-
HSV(B)72.16º39.57%73.33%-
XYZ37.7645.522.42-
YUV174.0893.53126.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.44%
GREEN value IS 187 (73.44% from 255) = 39.62%
BLUE value IS 113 (44.53% from 255) = 23.94%
R=36.44%
G=39.62%
B=23.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721871130.0800.400.2772.1635.2458.82
HexACBB7180281B48233b
Octal25427316110050331104373
Binary1010110010111011111000110000101000110111001000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBB71; }

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

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

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

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

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

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

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

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