#A8BD6E

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

Shades of Olivine #A8BD6E

Tints of Olivine #A8BD6E

Color information

#A8BD6E (or 0xA8BD6E) is unknown color: approx Olivine. HEX triplet: A8, BD and 6E. RGB value is (168,189,110). Sum of RGB (Red+Green+Blue) = 168+189+110=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 189 (74.22% from 255 or 40.47% from 467); Blue value is 110 (43.36% from 255 or 23.55% from 467); Max value from RGB is 189 - color contains mainly: green. Hex color #A8BD6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BD6E is #574291. Grayscale: #AEAEAE. Windows color (decimal): -5718674 or 7257512. OLE color: 7257512.

HSL color Cylindrical-coordinate representation of color #A8BD6E: hue angle of 75.95º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A8BD6E is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB168189110-
CMYK0.1100.420.26
HSL75.95º37.44%58.63%-
HSV(B)75.95º41.8%74.12%-
XYZ37.1645.8521.64-
YUV173.7292.04123.92-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.97%
GREEN value IS 189 (74.22% from 255) = 40.47%
BLUE value IS 110 (43.36% from 255) = 23.55%
R=35.97%
G=40.47%
B=23.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1681891100.1100.420.2675.9537.4458.63
HexA8BD6EB02A1A4c253b
Octal25027515613052321144573
Binary1010100010111101110111010110101010110101001100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BD6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BD6E; }

 p { color: rgb(168,189,110); }

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

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

 a { background-color: rgb(168,189,110); }

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

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

 span { border-color: rgb(168,189,110); }

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