#A5C86C

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

Shades of Olivine #A5C86C

Tints of Olivine #A5C86C

Color information

#A5C86C (or 0xA5C86C) is unknown color: approx Olivine. HEX triplet: A5, C8 and 6C. RGB value is (165,200,108). Sum of RGB (Red+Green+Blue) = 165+200+108=473 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.88% from 473); Green value is 200 (78.52% from 255 or 42.28% from 473); Blue value is 108 (42.58% from 255 or 22.83% from 473); Max value from RGB is 200 - color contains mainly: green. Hex color #A5C86C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C86C is #5A3793. Grayscale: #B3B3B3. Windows color (decimal): -5912468 or 7129253. OLE color: 7129253.

HSL color Cylindrical-coordinate representation of color #A5C86C: hue angle of 82.83º 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 #A5C86C is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB165200108-
CMYK0.1800.460.22
HSL82.83º45.54%60.39%-
HSV(B)82.83º46%78.43%-
XYZ38.8850.3921.86-
YUV179.0587.9117.98-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.88%
GREEN value IS 200 (78.52% from 255) = 42.28%
BLUE value IS 108 (42.58% from 255) = 22.83%
R=34.88%
G=42.28%
B=22.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1652001080.1800.460.2282.8345.5460.39
HexA5C86C1202E16532e3c
Octal24531015422056261235674
Binary10100101110010001101100100100101110101101010011101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C86C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C86C; }

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

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

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

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

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

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

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

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