#ACBD6C

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

Shades of Caper #ACBD6C

Tints of Caper #ACBD6C

Color information

#ACBD6C (or 0xACBD6C) is unknown color: approx Caper. HEX triplet: AC, BD and 6C. RGB value is (172,189,108). Sum of RGB (Red+Green+Blue) = 172+189+108=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 189 (74.22% from 255 or 40.30% from 469); Blue value is 108 (42.58% from 255 or 23.03% from 469); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBD6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBD6C is #534293. Grayscale: #AEAEAE. Windows color (decimal): -5456532 or 7126444. OLE color: 7126444.

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

Color convert

RGB172189108-
CMYK0.0900.430.26
HSL72.59º38.03%58.24%-
HSV(B)72.59º42.86%74.12%-
XYZ37.9246.2521.12-
YUV174.6890.37126.09-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.67%
GREEN value IS 189 (74.22% from 255) = 40.30%
BLUE value IS 108 (42.58% from 255) = 23.03%
R=36.67%
G=40.30%
B=23.03%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721891080.0900.430.2672.5938.0358.24
HexACBD6C902B1A49263a
Octal25427515411053321114672
Binary1010110010111101110110010010101011110101001001100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBD6C; }

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

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

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

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

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

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

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

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