#A6C46C

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

Shades of Olivine #A6C46C

Tints of Olivine #A6C46C

Color information

#A6C46C (or 0xA6C46C) is unknown color: approx Olivine. HEX triplet: A6, C4 and 6C. RGB value is (166,196,108). Sum of RGB (Red+Green+Blue) = 166+196+108=470 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.32% from 470); Green value is 196 (76.95% from 255 or 41.70% from 470); Blue value is 108 (42.58% from 255 or 22.98% from 470); Max value from RGB is 196 - color contains mainly: green. Hex color #A6C46C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C46C is #593B93. Grayscale: #B1B1B1. Windows color (decimal): -5847956 or 7128230. OLE color: 7128230.

HSL color Cylindrical-coordinate representation of color #A6C46C: hue angle of 80.45º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A6C46C is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB166196108-
CMYK0.1500.450.23
HSL80.45º42.72%59.61%-
HSV(B)80.45º44.9%76.86%-
XYZ38.1748.6721.57-
YUV17789.06120.16-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.32%
GREEN value IS 196 (76.95% from 255) = 41.70%
BLUE value IS 108 (42.58% from 255) = 22.98%
R=35.32%
G=41.70%
B=22.98%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1661961080.1500.450.2380.4542.7259.61
HexA6C46CF02D17502b3c
Octal24630415417055271205374
Binary1010011011000100110110011110101101101111010000101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C46C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C46C; }

 p { color: rgb(166,196,108); }

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

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

 a { background-color: rgb(166,196,108); }

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

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

 span { border-color: rgb(166,196,108); }

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