#A4BC6E

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

Shades of Olivine #A4BC6E

Tints of Olivine #A4BC6E

Color information

#A4BC6E (or 0xA4BC6E) is unknown color: approx Olivine. HEX triplet: A4, BC and 6E. RGB value is (164,188,110). Sum of RGB (Red+Green+Blue) = 164+188+110=462 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.50% from 462); Green value is 188 (73.83% from 255 or 40.69% from 462); Blue value is 110 (43.36% from 255 or 23.81% from 462); Max value from RGB is 188 - color contains mainly: green. Hex color #A4BC6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BC6E is #5B4391. Grayscale: #ACACAC. Windows color (decimal): -5981074 or 7257252. OLE color: 7257252.

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

Color convert

RGB164188110-
CMYK0.1300.410.26
HSL78.46º36.79%58.43%-
HSV(B)78.46º41.49%73.73%-
XYZ36.1144.9821.53-
YUV171.9393.05122.34-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.50%
GREEN value IS 188 (73.83% from 255) = 40.69%
BLUE value IS 110 (43.36% from 255) = 23.81%
R=35.50%
G=40.69%
B=23.81%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1641881100.1300.410.2678.4636.7958.43
HexA4BC6ED0291A4e253a
Octal24427415615051321164572
Binary1010010010111100110111011010101001110101001110100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BC6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BC6E; }

 p { color: rgb(164,188,110); }

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

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

 a { background-color: rgb(164,188,110); }

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

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

 span { border-color: rgb(164,188,110); }

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