#A6BF76

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

Shades of Caper #A6BF76

Tints of Caper #A6BF76

Color information

#A6BF76 (or 0xA6BF76) is unknown color: approx Caper. HEX triplet: A6, BF and 76. RGB value is (166,191,118). Sum of RGB (Red+Green+Blue) = 166+191+118=475 (62% of max value = 765). Red value is 166 (65.23% from 255 or 34.95% from 475); Green value is 191 (75% from 255 or 40.21% from 475); Blue value is 118 (46.48% from 255 or 24.84% from 475); Max value from RGB is 191 - color contains mainly: green. Hex color #A6BF76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BF76 is #594089. Grayscale: #AFAFAF. Windows color (decimal): -5849226 or 7782310. OLE color: 7782310.

HSL color Cylindrical-coordinate representation of color #A6BF76: hue angle of 80.55º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A6BF76 is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB166191118-
CMYK0.1300.380.25
HSL80.55º36.32%60.59%-
HSV(B)80.55º38.22%74.9%-
XYZ37.6346.6824.17-
YUV175.295.72121.44-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.95%
GREEN value IS 191 (75% from 255) = 40.21%
BLUE value IS 118 (46.48% from 255) = 24.84%
R=34.95%
G=40.21%
B=24.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661911180.1300.380.2580.5536.3260.59
HexA6BF76D0261951243d
Octal24627716615046311214475
Binary1010011010111111111011011010100110110011010001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BF76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BF76; }

 p { color: rgb(166,191,118); }

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

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

 a { background-color: rgb(166,191,118); }

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

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

 span { border-color: rgb(166,191,118); }

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