#A6BF77

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

Shades of Caper #A6BF77

Tints of Caper #A6BF77

Color information

#A6BF77 (or 0xA6BF77) is unknown color: approx Caper. HEX triplet: A6, BF and 77. RGB value is (166,191,119). Sum of RGB (Red+Green+Blue) = 166+191+119=476 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.87% from 476); Green value is 191 (75% from 255 or 40.13% from 476); Blue value is 119 (46.88% from 255 or 25% from 476); Max value from RGB is 191 - color contains mainly: green. Hex color #A6BF77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BF77 is #594088. Grayscale: #AFAFAF. Windows color (decimal): -5849225 or 7847846. OLE color: 7847846.

HSL color Cylindrical-coordinate representation of color #A6BF77: hue angle of 80.83º 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 #A6BF77 is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB166191119-
CMYK0.1300.380.25
HSL80.83º36%60.78%-
HSV(B)80.83º37.7%74.9%-
XYZ37.6946.724.48-
YUV175.3296.22121.35-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.87%
GREEN value IS 191 (75% from 255) = 40.13%
BLUE value IS 119 (46.88% from 255) = 25%
R=34.87%
G=40.13%
B=25%

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
Decimal1661911190.1300.380.2580.833660.78
HexA6BF77D0261951243d
Octal24627716715046311214475
Binary1010011010111111111011111010100110110011010001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BF77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BF77; }

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

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

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

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

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

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

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

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