#A5C96D

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

Shades of Olivine #A5C96D

Tints of Olivine #A5C96D

Color information

#A5C96D (or 0xA5C96D) is unknown color: approx Olivine. HEX triplet: A5, C9 and 6D. RGB value is (165,201,109). Sum of RGB (Red+Green+Blue) = 165+201+109=475 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.74% from 475); Green value is 201 (78.91% from 255 or 42.32% from 475); Blue value is 109 (42.97% from 255 or 22.95% from 475); Max value from RGB is 201 - color contains mainly: green. Hex color #A5C96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C96D is #5A3692. Grayscale: #B4B4B4. Windows color (decimal): -5912211 or 7195045. OLE color: 7195045.

HSL color Cylindrical-coordinate representation of color #A5C96D: hue angle of 83.48º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A5C96D is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB165201109-
CMYK0.1800.460.21
HSL83.48º46%60.78%-
HSV(B)83.48º45.77%78.82%-
XYZ39.1650.8822.22-
YUV179.7588.07117.48-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.74%
GREEN value IS 201 (78.91% from 255) = 42.32%
BLUE value IS 109 (42.97% from 255) = 22.95%
R=34.74%
G=42.32%
B=22.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1652011090.1800.460.2183.484660.78
HexA5C96D1202E15532e3d
Octal24531115522056251235675
Binary10100101110010011101101100100101110101011010011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C96D; }

 p { color: rgb(165,201,109); }

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

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

 a { background-color: rgb(165,201,109); }

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

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

 span { border-color: rgb(165,201,109); }

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