#A6BC75

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

Shades of Caper #A6BC75

Tints of Caper #A6BC75

Color information

#A6BC75 (or 0xA6BC75) is unknown color: approx Caper. HEX triplet: A6, BC and 75. RGB value is (166,188,117). Sum of RGB (Red+Green+Blue) = 166+188+117=471 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.24% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 117 (46.09% from 255 or 24.84% from 471); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BC75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BC75 is #59438A. Grayscale: #ADADAD. Windows color (decimal): -5849995 or 7716006. OLE color: 7716006.

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

Color convert

RGB166188117-
CMYK0.1200.380.26
HSL78.59º34.63%59.8%-
HSV(B)78.59º37.77%73.73%-
XYZ36.9245.3623.64-
YUV173.3396.21122.77-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.24%
GREEN value IS 188 (73.83% from 255) = 39.92%
BLUE value IS 117 (46.09% from 255) = 24.84%
R=35.24%
G=39.92%
B=24.84%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1661881170.1200.380.2678.5934.6359.8
HexA6BC75C0261A4f233c
Octal24627416514046321174374
Binary1010011010111100111010111000100110110101001111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BC75; }

 p { color: rgb(166,188,117); }

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

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

 a { background-color: rgb(166,188,117); }

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

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

 span { border-color: rgb(166,188,117); }

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