#ACBD6D

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

Shades of Caper #ACBD6D

Tints of Caper #ACBD6D

Color information

#ACBD6D (or 0xACBD6D) is unknown color: approx Caper. HEX triplet: AC, BD and 6D. RGB value is (172,189,109). Sum of RGB (Red+Green+Blue) = 172+189+109=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 189 (74.22% from 255 or 40.21% from 470); Blue value is 109 (42.97% from 255 or 23.19% from 470); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBD6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBD6D is #534292. Grayscale: #AFAFAF. Windows color (decimal): -5456531 or 7191980. OLE color: 7191980.

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

Color convert

RGB172189109-
CMYK0.0900.420.26
HSL72.75º37.74%58.43%-
HSV(B)72.75º42.33%74.12%-
XYZ37.9746.2721.4-
YUV174.890.87126-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.60%
GREEN value IS 189 (74.22% from 255) = 40.21%
BLUE value IS 109 (42.97% from 255) = 23.19%
R=36.60%
G=40.21%
B=23.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721891090.0900.420.2672.7537.7458.43
HexACBD6D902A1A49263a
Octal25427515511052321114672
Binary1010110010111101110110110010101010110101001001100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBD6D; }

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

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

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

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

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

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

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

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