#A9BC76

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

Shades of Caper #A9BC76

Tints of Caper #A9BC76

Color information

#A9BC76 (or 0xA9BC76) is unknown color: approx Caper. HEX triplet: A9, BC and 76. RGB value is (169,188,118). Sum of RGB (Red+Green+Blue) = 169+188+118=475 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.58% from 475); Green value is 188 (73.83% from 255 or 39.58% from 475); Blue value is 118 (46.48% from 255 or 24.84% from 475); Max value from RGB is 188 - color contains mainly: green. Hex color #A9BC76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9BC76 is #564389. Grayscale: #AEAEAE. Windows color (decimal): -5653386 or 7781545. OLE color: 7781545.

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

Color convert

RGB169188118-
CMYK0.1000.370.26
HSL76.29º34.31%60%-
HSV(B)76.29º37.23%73.73%-
XYZ37.6245.7123.98-
YUV174.3496.21124.19-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.58%
GREEN value IS 188 (73.83% from 255) = 39.58%
BLUE value IS 118 (46.48% from 255) = 24.84%
R=35.58%
G=39.58%
B=24.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1691881180.1000.370.2676.2934.3160
HexA9BC76A0251A4c223c
Octal25127416612045321144274
Binary1010100110111100111011010100100101110101001100100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BC76; }

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

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

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

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

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

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

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

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