#A8BA6C

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

Shades of Olivine #A8BA6C

Tints of Olivine #A8BA6C

Color information

#A8BA6C (or 0xA8BA6C) is unknown color: approx Olivine. HEX triplet: A8, BA and 6C. RGB value is (168,186,108). Sum of RGB (Red+Green+Blue) = 168+186+108=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 108 (42.58% from 255 or 23.38% from 462); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BA6C is #574593. Grayscale: #ACACAC. Windows color (decimal): -5719444 or 7125672. OLE color: 7125672.

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

Color convert

RGB168186108-
CMYK0.1000.420.27
HSL73.85º36.11%57.65%-
HSV(B)73.85º41.94%72.94%-
XYZ36.4144.5320.86-
YUV171.7392.04125.34-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.36%
GREEN value IS 186 (73.05% from 255) = 40.26%
BLUE value IS 108 (42.58% from 255) = 23.38%
R=36.36%
G=40.26%
B=23.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681861080.1000.420.2773.8536.1157.65
HexA8BA6CA02A1B4a243a
Octal25027215412052331124472
Binary1010100010111010110110010100101010110111001010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BA6C; }

 p { color: rgb(168,186,108); }

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

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

 a { background-color: rgb(168,186,108); }

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

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

 span { border-color: rgb(168,186,108); }

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