#ACBD7B

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

Shades of Caper #ACBD7B

Tints of Caper #ACBD7B

Color information

#ACBD7B (or 0xACBD7B) is unknown color: approx Caper. HEX triplet: AC, BD and 7B. RGB value is (172,189,123). Sum of RGB (Red+Green+Blue) = 172+189+123=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 189 (74.22% from 255 or 39.05% from 484); Blue value is 123 (48.44% from 255 or 25.41% from 484); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBD7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBD7B is #534284. Grayscale: #B0B0B0. Windows color (decimal): -5456517 or 8109484. OLE color: 8109484.

HSL color Cylindrical-coordinate representation of color #ACBD7B: hue angle of 75.45º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ACBD7B is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB172189123-
CMYK0.0900.350.26
HSL75.45º33.33%61.18%-
HSV(B)75.45º34.92%74.12%-
XYZ38.7946.625.69-
YUV176.3997.87124.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.54%
GREEN value IS 189 (74.22% from 255) = 39.05%
BLUE value IS 123 (48.44% from 255) = 25.41%
R=35.54%
G=39.05%
B=25.41%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721891230.0900.350.2675.4533.3361.18
HexACBD7B90231A4b213d
Octal25427517311043321134175
Binary1010110010111101111101110010100011110101001011100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBD7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBD7B; }

 p { color: rgb(172,189,123); }

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

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

 a { background-color: rgb(172,189,123); }

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

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

 span { border-color: rgb(172,189,123); }

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