#A8B96D

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

Shades of Olivine #A8B96D

Tints of Olivine #A8B96D

Color information

#A8B96D (or 0xA8B96D) is unknown color: approx Olivine. HEX triplet: A8, B9 and 6D. RGB value is (168,185,109). Sum of RGB (Red+Green+Blue) = 168+185+109=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 185 (72.66% from 255 or 40.04% from 462); Blue value is 109 (42.97% from 255 or 23.59% from 462); Max value from RGB is 185 - color contains mainly: green. Hex color #A8B96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B96D is #574692. Grayscale: #ABABAB. Windows color (decimal): -5719699 or 7190952. OLE color: 7190952.

HSL color Cylindrical-coordinate representation of color #A8B96D: hue angle of 73.42º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A8B96D is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB168185109-
CMYK0.0900.410.27
HSL73.42º35.19%57.65%-
HSV(B)73.42º41.08%72.55%-
XYZ36.2644.1321.07-
YUV171.2592.87125.68-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.36%
GREEN value IS 185 (72.66% from 255) = 40.04%
BLUE value IS 109 (42.97% from 255) = 23.59%
R=36.36%
G=40.04%
B=23.59%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681851090.0900.410.2773.4235.1957.65
HexA8B96D90291B49233a
Octal25027115511051331114372
Binary1010100010111001110110110010101001110111001001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B96D; }

 p { color: rgb(168,185,109); }

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

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

 a { background-color: rgb(168,185,109); }

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

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

 span { border-color: rgb(168,185,109); }

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