#ACBB7D

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

Shades of Caper #ACBB7D

Tints of Caper #ACBB7D

Color information

#ACBB7D (or 0xACBB7D) is unknown color: approx Caper. HEX triplet: AC, BB and 7D. RGB value is (172,187,125). Sum of RGB (Red+Green+Blue) = 172+187+125=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 187 (73.44% from 255 or 38.64% from 484); Blue value is 125 (49.22% from 255 or 25.83% from 484); Max value from RGB is 187 - color contains mainly: green. Hex color #ACBB7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBB7D is #534482. Grayscale: #AFAFAF. Windows color (decimal): -5457027 or 8240044. OLE color: 8240044.

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

Color convert

RGB172187125-
CMYK0.0800.330.27
HSL74.52º31.31%61.18%-
HSV(B)74.52º33.16%73.33%-
XYZ38.4945.7926.21-
YUV175.4599.53125.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.54%
GREEN value IS 187 (73.44% from 255) = 38.64%
BLUE value IS 125 (49.22% from 255) = 25.83%
R=35.54%
G=38.64%
B=25.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721871250.0800.330.2774.5231.3161.18
HexACBB7D80211B4b1f3d
Octal25427317510041331133775
Binary101011001011101111111011000010000111011100101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBB7D; }

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

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

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

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

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

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

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

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