#A6C077

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

Shades of Caper #A6C077

Tints of Caper #A6C077

Color information

#A6C077 (or 0xA6C077) is unknown color: approx Caper. HEX triplet: A6, C0 and 77. RGB value is (166,192,119). Sum of RGB (Red+Green+Blue) = 166+192+119=477 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.80% from 477); Green value is 192 (75.39% from 255 or 40.25% from 477); Blue value is 119 (46.88% from 255 or 24.95% from 477); Max value from RGB is 192 - color contains mainly: green. Hex color #A6C077 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C077 is #593F88. Grayscale: #B0B0B0. Windows color (decimal): -5848969 or 7848102. OLE color: 7848102.

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

Color convert

RGB166192119-
CMYK0.1400.380.25
HSL81.37º36.68%60.98%-
HSV(B)81.37º38.02%75.29%-
XYZ37.9147.1424.55-
YUV175.995.89120.94-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.80%
GREEN value IS 192 (75.39% from 255) = 40.25%
BLUE value IS 119 (46.88% from 255) = 24.95%
R=34.80%
G=40.25%
B=24.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661921190.1400.380.2581.3736.6860.98
HexA6C077E0261951253d
Octal24630016716046311214575
Binary1010011011000000111011111100100110110011010001100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C077; }

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

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

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

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

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

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

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

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