#A9C86C

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

Shades of Olivine #A9C86C

Tints of Olivine #A9C86C

Color information

#A9C86C (or 0xA9C86C) is unknown color: approx Olivine. HEX triplet: A9, C8 and 6C. RGB value is (169,200,108). Sum of RGB (Red+Green+Blue) = 169+200+108=477 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.43% from 477); Green value is 200 (78.52% from 255 or 41.93% from 477); Blue value is 108 (42.58% from 255 or 22.64% from 477); Max value from RGB is 200 - color contains mainly: green. Hex color #A9C86C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9C86C is #563793. Grayscale: #B4B4B4. Windows color (decimal): -5650324 or 7129257. OLE color: 7129257.

HSL color Cylindrical-coordinate representation of color #A9C86C: hue angle of 80.22º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A9C86C is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB169200108-
CMYK0.1600.460.22
HSL80.22º45.54%60.39%-
HSV(B)80.22º46%78.43%-
XYZ39.7250.8321.9-
YUV180.2487.23119.98-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.43%
GREEN value IS 200 (78.52% from 255) = 41.93%
BLUE value IS 108 (42.58% from 255) = 22.64%
R=35.43%
G=41.93%
B=22.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1692001080.1600.460.2280.2245.5460.39
HexA9C86C1002E16502e3c
Octal25131015420056261205674
Binary10101001110010001101100100000101110101101010000101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C86C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C86C; }

 p { color: rgb(169,200,108); }

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

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

 a { background-color: rgb(169,200,108); }

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

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

 span { border-color: rgb(169,200,108); }

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