#A9BC6F

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

Shades of Caper #A9BC6F

Tints of Caper #A9BC6F

Color information

#A9BC6F (or 0xA9BC6F) is unknown color: approx Caper. HEX triplet: A9, BC and 6F. RGB value is (169,188,111). Sum of RGB (Red+Green+Blue) = 169+188+111=468 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.11% from 468); Green value is 188 (73.83% from 255 or 40.17% from 468); Blue value is 111 (43.75% from 255 or 23.72% from 468); Max value from RGB is 188 - color contains mainly: green. Hex color #A9BC6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9BC6F is #564390. Grayscale: #ADADAD. Windows color (decimal): -5653393 or 7322793. OLE color: 7322793.

HSL color Cylindrical-coordinate representation of color #A9BC6F: hue angle of 74.81º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A9BC6F is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB169188111-
CMYK0.1000.410.26
HSL74.81º36.49%58.63%-
HSV(B)74.81º40.96%73.73%-
XYZ37.2145.5521.87-
YUV173.5492.71124.76-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.11%
GREEN value IS 188 (73.83% from 255) = 40.17%
BLUE value IS 111 (43.75% from 255) = 23.72%
R=36.11%
G=40.17%
B=23.72%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1691881110.1000.410.2674.8136.4958.63
HexA9BC6FA0291A4b243b
Octal25127415712051321134473
Binary1010100110111100110111110100101001110101001011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BC6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BC6F; }

 p { color: rgb(169,188,111); }

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

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

 a { background-color: rgb(169,188,111); }

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

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

 span { border-color: rgb(169,188,111); }

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